@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('fonts/Impact.eot');
    src: url('fonts/Impact.eot?#iefix') format('embedded-opentype'), url('fonts/Impact.woff') format('woff'), url('fonts/Impact.ttf') format('truetype'), url('fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.7rem;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    position: relative;
    z-index: 10;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.PCshow,
.noShow {
    display: none;
}

.bodyBj {
    background: url(/template/images/bodyBj.jpg?v=8);
    background-size: 6rem auto;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 3px 8px #888;
    -webkit-box-shadow: 1px 3px 8px #888;
    box-shadow: 1px 3px 8px #888;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 3px 5px #ddd;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

/*文字渐变*/
.jianBian {
    color: #02615f;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#00cac6), to(#02615f));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

.txt_yy {
    text-shadow: 1px 1px 2px #000;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.show_db {
    display: block;
}

.noInfor {
    line-height: 200%;
    text-align: center;
}

/*渐变背景*/
.grad {
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
    /* Standard syntax */
}

/*
img {
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
*/
ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.inline_width {
    display: inline-block;
    width: 100%;
}

.title_center {
    text-align: center;
}

.inline {
    display: inline-block;
}

.left, .sub_left, .s_left {
    /* float: left; */
}

.right, .sub_right, .s_right {
    /* float: right; */
}

.no_mp {
    margin: 0;
    padding: 0;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/*===== 页码 =====*/
.pageNumber {
    font-size: 0.7rem;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
    text-align: center;
}

.pageNumber a, .pageNumber span {
    color: #333;
    padding: 0.25rem 0.5rem;
    display: inline-block;
    border-radius: 0.3rem;
}

.pageNumber span {
    border: 0.05rem solid #ddd;
}

.pageNumber a {
    border: 1px solid #ccc;
    display: inline-block;
}

.pageNumber span.current_page,.pageNumber a:hover {
    border-radius: 0.3rem;
    border: 0.05rem solid #c70c17;
    display: inline-block;
    color: #fff;
    background: #c70c17;
    padding: 0.3rem 0.55rem;
    font-weight: bold;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.search input[type="text"] {
    width: 100%;
    max-width: 69%;
    line-height: 1.9rem;
    min-height: 1.9rem;
    color: #888888;
    padding: 0 2%;
    margin: 0;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    border: 0.05rem solid #ea7c7c;
    border-right: 0;
    background: url(/template/images/sICO.png?v=8) no-repeat center left;
    background-position-x: 3%;
    padding-left: 10%;
    background-color: #fff;
    margin-left: 0.2%;
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #bbb;
}

.search input[type="text"]:-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]::-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]:-ms-input-placeholder {
    color: #bbb;
}

.search input[type="button"] {
    width: 100%;
    max-width: 18%;
    cursor: pointer;
    color: #fff;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    background: #b20416;
    border: 0;
    min-height: 2rem;
    line-height: 2rem;
}

/* End  共享区 */
.page_bj {
    background: url("/template/images/index.jpg?v=8") no-repeat center top;
    min-height: 2556px;
}

.in_banner {
    min-height: 8rem;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
    margin-top: -0.6rem;
}

.in_bj {
    background: url("/template/images/in_bj.jpg?v=8") no-repeat center top;
    background-position-y: 700px;
}

.banner_about {
    background: url("/template/images/banner_about.jpg?v=8") no-repeat center bottom;
}

.banner_fbSure {
    background: url("/template/images/banner_fbSure.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background: url("/template/images/banner_down.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/template/images/banner_case.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url("/template/images/banner_contact.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_services {
    background: url("/template/images/banner_services.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    background: url("/template/images/banner_sitemap.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro1 {
    background: url("/template/images/banner_pro1.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro2 {
    background: url("/template/images/banner_pro2.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro3 {
    background: url("/template/images/banner_pro3.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url("/template/images/banner_pro.jpg?v=8") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_ps {
    background: url("/template/images/banner_ps.jpg?v=8") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url("/template/images/banner_new.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/template/images/banner_fangAn.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_oem {
    background: url("/template/images/banner_oem.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_dingzhi {
    background: url("/template/images/banner_oem.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.tb {
    display: table;
    width: 100%;
}

.tb .row {
    display: table-row;
}

.tb .td {
    display: table-cell;
}

.share_line_2 {
    background: url(/template/images/line_1.png?v=8) no-repeat;
    -ms-background-position-x: center;
    background-position-x: center;
    height: 6px;
}

.fb_2 .sub_left {
    float: left;
    width: 276px;
}

.fb_2 .sub_right {
    float: right;
    width: 276px;
}

.fb_2 input[type="text"], .fb_2 textarea {
    padding: 3px;
    border: 1px solid #339bfa;
}

.fb_2 textarea {
    width: 462px;
    min-height: 45px;
}

.fb_2 input[type="text"] {
    width: 268px;
}

.fb_2 .sub_one, .feedback_txt .sub_two {
    padding-bottom: 11px;
}

.feedback_txt input.Remark {
    width: 510px;
}

.feedback_txt .bt {
    line-height: 30px;
    border: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    width: 88px;
    height: 53px;
    text-align: center;
    background: #23a4fc;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #40b7ff , #1193f9);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #40b7ff, #1193f9);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #40b7ff, #1193f9);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #40b7ff , #1193f9);
    /* Standard syntax */
}

.feedback_txt input[type="submit"], .feedback_txt textarea {
    vertical-align: middle;
}

.hz_ico {
    padding-top: 45px;
    width: 866px;
    overflow: hidden;
}

.hz_ico ul.clear {
    background: url("/template/images/bj_9.png?v=8") no-repeat;
    min-height: 30px;
    width: 900px;
    padding-top: 110px;
}

.hz_ico li {
    float: left;
    width: 120px;
    text-align: center;
    margin-right: 29px;
}

.a_video {
    min-height: 248px;
    background: url(/template/images/video_bj.jpg?v=8) no-repeat center;
}

.a_video a.bt {
    display: block;
    min-height: 248px;
    background: url("/template/images/bt.png?v=8") no-repeat center;
    cursor: pointer;
}

.a_video a.bt:hover {
    background: url("/template/images/bt2.png?v=8") no-repeat center;
}

.hot_title {
    font-size: 28px;
    color: #006cb8;
    font-weight: bold;
}

.hot_list {
    padding-bottom: 25px;
}

.hot_list .dl_2 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.hot_list dd.huo {
    background: url(/template/images/bot6.png?v=8) no-repeat;
    -ms-background-position-y: 7px;
    background-position-y: 7px;
    text-indent: 25px;
}

.hot_list dd.newName a {
    font-size: 23px;
    text-decoration: none;
    line-height: 140%;
}

.hot_list dd.newName a:hover {
    color: #f50;
}

.hot_list dd.txt {
    font-size: 17px;
    padding: 10px 0;
    color: #666;
}

.hot_list dd.bot {
    min-height: 25px;
    background: url(/images_pc/hot.png?v=8) no-repeat center right;
}

.x0 {
    width: 0;
}

.x1 {
    width: 20px;
}

.x2 {
    width: 43px;
}

.x3 {
    width: 69px;
}

.x4 {
    width: 92px;
}

.x5 {
    width: 118px;
}

.noGet {
    background: url(/template/images/no_bj.jpg?v=8) no-repeat center bottom;
    padding-top: 50px;
    padding-bottom: 150px;
}

.noGet .center .row_1 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.noGet .center .row_2 {
    padding: 30px 0;
}

.noGet .center .row_2 .search2 {
    padding: 25px;
    background: #eee;
    display: inline-block;
}

.noGet .center .row_2 .search2 input {
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    font-size: 18px;
    border: 0;
    padding: 0;
    margin: 0;
}

.noGet .center .row_2 .search2 input[type="text"] {
    width: 860px;
    text-indent: 10px;
}

.noGet .center .row_2 .search2 input[type="button"] {
    width: 93px;
    color: #fff;
    background: #25bdad;
    cursor: pointer;
}

.noGet .center .row_3 {
    color: #6e6e6e;
    padding-bottom: 30px;
}

.noGet .center .row_3 .txt_1 {
    font-size: 16px;
}

.noGet .center .row_3 .txt_2 {
    font-size: 22px;
    padding: 10px 0;
}

.noGet .center .row_3 .txt_3 {
    font-size: 18px;
}

.noGet .center .row_4 {
    text-align: center;
}

.noGet .center .row_4 a {
    display: inline-block;
    padding: 8px 22px;
    color: #fff;
    font-size: 19px;
    background: #25bdad;
    cursor: pointer;
}

.siteMap {
    padding-top: 75px;
}

.siteMap .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.siteMap .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.siteMap .one, .siteMap .two, .siteMap .three, .siteMap .four, .siteMap .five, .siteMap .six {
    padding: 35px 0;
    border-bottom: 1px solid #ccc;
}

.siteMap .one {
    padding-top: 35px;
}

.siteMap .ul_1 {
    width: 1150px;
}

.siteMap li.c_1 {
    float: left;
    margin-right: 115px;
}

.siteMap a {
    color: #000;
    line-height: 200%;
}

.siteMap .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.siteMap .s_1 a {
    font-size: 20px;
    color: #000;
}

.siteMap .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.siteMap li.last {
    float: right;
    margin: 0;
}

.siteMap .t_3 li {
    padding-left: 2px;
}

.siteMap .t_3 a {
    background: url(/template/images/bot_7.png?v=8) no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.siteMap .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

/*瀑布流层*/
.waterfall {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari 和 Chrome */
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

/*一个内容层*/
.list_item {
    padding: 1em;
    margin: 0 0 1em 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

/*.item img{*/
/*width: 100%;*/
/*margin-bottom:10px;*/
/*}*/
/*down*/
.down {
    padding-top: 75px;
    padding-bottom: 150px;
    background: url(/template/images/bj_15.jpg?v=8) no-repeat center bottom;
}

.down .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.down .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.down .two {
    padding: 35px 0;
}

.down .ul_1 {
    width: 1150px;
}

.down li.c_1 {
    float: left;
    margin-right: 115px;
}

.down a {
    color: #000;
    line-height: 200%;
}

.down .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.down .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.down .t_3 li {
    padding-left: 2px;
}

.down .t_3 a {
    background: url(/template/images/bot_7.png?v=8) no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.down .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

.prev_next {
    padding-bottom: 0.5rem;
}

.prev_next a {
    vertical-align: top;
    width: 100%;
    max-width: 79%;
    display: inline-block;
}

.prev_next .sub_left, .prev_next .sub_right {
    width: 44%;
    line-height: 37px;
    padding: 0 17px;
    border-radius: 5px;
}

.prev_next .sub_left, .prev_next .sub_right {
    border: 1px solid #dcdcdc;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover {
}

.prev_next li:hover a {
    color: #19817f;
    font-weight: bold;
}

.kefu {
    padding-bottom: 80px;
    padding-top: 120px;
}

.kefu .center {
    border-top: 3px solid #339bfa;
}

.kefu .center .txt {
    padding: 15px 0;
    font-size: 18px;
    color: #339bfa;
    text-transform: uppercase;
}

.kefu .center .list.inline.clear {
    width: 100%;
}

.kefu .center .list.inline.clear a {
    width: 265px;
    min-height: 113px;
    float: left;
    background: #eee;
    border-radius: 5px;
    margin-right: 45px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear {
    padding-top: 13px;
    padding-left: 20px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_left img {
    border-radius: 200px;
    border: 2px solid #339bfa;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right {
    padding-left: 15px;
    padding-top: 10px;
    width: 139px;
    font-size: 14px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right .s_txt {
    padding-top: 5px;
}

.f_emailBox {
    background: url(/template/images/bj_15.jpg?v=8) no-repeat center;
    background-size: cover;
    min-height: 129px;
    color: #fff;
}

.f_emailBox input, .f_emailBox img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
}

.f_emailBox .center form .inline.clear {
    width: 100%;
    padding-top: 43px;
}

.f_emailBox .center form .inline.clear .l_1 {
    min-height: 46px;
    font-size: 22px;
    padding-left: 80px;
    background: url(/template/images/6_01.png?v=8) no-repeat center left;
    line-height: 46px;
    min-width: 360px;
    text-transform: uppercase;
}

.f_emailBox .center form .inline.clear .l_2, .f_emailBox .center form .inline.clear .l_3 {
    padding-top: 5px;
}

.f_emailBox .center form .inline.clear input[type="text"] {
    width: 363px;
    line-height: 29px;
    height: 29px;
    background: #fff;
    padding: 5px;
}

.f_emailBox .center form .inline.clear .l_3 {
    cursor: pointer;
}

.f_emailBox .center form .inline.clear .right img {
    display: inline-block;
}

.f_emailBox .center form .inline.clear .right .bt_2 {
    color: #fff;
    height: 40px;
    min-width: 92px;
    text-align: center;
    background: #20242b;
    cursor: pointer;
}

.contact .r_1 {
    font-size: 22px;
    color: #444;
    line-height: 130%;
    padding: 80px 0;
}

.contact .r_1 .center .s_1 {
    padding-bottom: 60px;
    line-height: 150%;
}

.contact .r_1 .center .s_2 {
    padding-bottom: 30px;
}

.contact .r_1 .center .s_2 a {
    display: block;
    color: #339bfa;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 48px;
    background: url(/template/images/email.png?v=8) no-repeat center left;
    line-height: 25px;
}

.contact .r_1 .center .s_3 {
    font-size: 21px;
}

.contact .r_1 .center .s_3 a {
    color: #339bfa;
    font-weight: bold;
}

.Team {
    padding: 80px 0;
}

.Team .content {
    padding-top: 50px;
}

.Team .content li {
    float: left;
    width: 590px;
    margin-right: 20px;
    line-height: 160%;
    padding: 15px 0;
}

.Team .content li:nth-child(2), .Team .content li:nth-child(4), .Team .content li:nth-child(6), .Team .content li:nth-child(8), .Team .content li:nth-child(10), .Team .content li:nth-child(12), .Team .content li:nth-child(14), .Team .content li:nth-child(16) {
    margin-right: 0;
}

.Team .content li img {
    width: 36px;
    height: 25px;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.Team .content li a {
    display: block;
    font-size: 18px;
}

.Team .content li a:hover {
    color: #339bfa;
}

.Team .content li a .sub_left {
    width: 285px;
}

.Team .content li a .sub_left .txt_1 {
    font-weight: bold;
    line-height: 25px;
}

.Team .content li a .sub_right {
    width: 300px;
    padding-left: 5px;
}

.contact .r_3 {
    padding-top: 50px;
    padding-bottom: 90px;
}

.contact .r_3 .center .inline_width.clear li {
    float: left;
    width: 350px;
    margin-right: 74px;
    text-align: center;
}

.contact .r_3 .center .inline_width.clear li:nth-child(3) {
    margin-right: 0;
}

.contact .r_3 .center .inline_width.clear li .s_1 {
    min-height: 53px;
    padding-bottom: 25px;
}

.contact .r_3 .center .inline_width.clear li .s_2 {
    font-size: 20px;
    line-height: 140%;
}

.contact .r_3 .center .inline_width.clear li .s_2 span {
    font-weight: bold;
    color: #339bfa;
}

.contact .r_3 .center .inline_width.clear li.box_1 .s_1 {
    background: url(/template/images/c_1.png?v=8) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
    background: url(/template/images/c_2.png?v=8) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
    background: url(/template/images/c_3.png?v=8) no-repeat center top;
}

.fb_3 {
    background: url(/template/images/bj2.png?v=8) repeat-x;
    background-position-y: -25px;
}

.fb_3 .center {
    min-height: 186px;
    background: #fff;
    border-radius: 13px;
}

.fb_3 .center form .ul_1.clear {
    padding-top: 68px;
    width: 90%;
    margin: auto 5%;
}

.fb_3 .center form .ul_1.clear .sub_left {
    margin-right: 62px;
}

.fb_3 input {
    vertical-align: middle;
    border-radius: 3px;
    border: 0;
}

.fb_3 input[type="text"] {
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 355px;
    height: 45px;
    color: #333;
    box-shadow: #eee 0px 0px 10px 5px inset;
    /* 内阴影 */
    background: #f9f9f9;
    font-size: 16px;
}

.fb_3 .bt {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #03b1ad;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #02b8ca , #03b0aa);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #02b8ca , #03b0aa);
    /* Standard syntax */
}

.proList {
    padding: 100px 0;
}

.proNav {
    position: relative;
}

.proNav .left {
    width: 234px;
    height: 164px;
    background: url(/template/images/bj7.png?v=8) no-repeat;
}

.proNav .left .box {
    width: 216px;
    height: 149px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 6px;
}

.proNav .left .box .one {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.proNav .left .box .two {
    font-size: 22px;
    color: #59c3db;
}

.proNav .right {
    width: 965px;
    padding-top: 30px;
}

.proNav .right .navList li {
    border-right: 1px dashed #fff;
    border-left: 1px dashed #1b5d80;
    width: 138px;
    padding: 0 10px;
    float: left;
    text-align: center;
}

.proNav .right .navList li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 5px 0;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #1b5d80;
}

.proNav .right .navList li a p {
    margin: 0;
    line-height: 34px;
    padding-top: 1px;
}

.proNav .right .navList li a:hover p {
    background: url(/template/images/bj8.png?v=8) no-repeat;
    border-radius: 5px;
}

.proNav .right .navList li:nth-child(1), .proNav .right .navList li:nth-child(7), .proNav .right .navList li:nth-child(13), .proNav .right .navList li:nth-child(19) {
    border-left: 0;
}

.proNav .right .navList li:nth-child(6), .proNav .right .navList li:nth-child(12), .proNav .right .navList li:nth-child(18), .proNav .right .navList li:nth-child(24) {
    border-right: 0;
}

.proNav .right .navList li:nth-child(1) a, .proNav .right .navList li:nth-child(2) a, .proNav .right .navList li:nth-child(3) a, .proNav .right .navList li:nth-child(4) a, .proNav .right .navList li:nth-child(5) a, .proNav .right .navList li:nth-child(6) a {
    border-top: 0;
}

.proNav .right .navList li:nth-child(13) a, .proNav .right .navList li:nth-child(14) a, .proNav .right .navList li:nth-child(15) a, .proNav .right .navList li:nth-child(16) a, .proNav .right .navList li:nth-child(17) a, .proNav .right .navList li:nth-child(18) a {
    border-bottom: 0;
}

.proList .list {
    overflow: hidden;
    padding-top: 100px;
}

.proList .list .box {
    width: 1200px;
    overflow: hidden;
}

.proList .list .ul_1 {
    width: 1300px;
}

.proList .list .item {
    float: left;
    width: 362px;
    margin-right: 57px;
    margin-bottom: 40px;
    text-align: center;
}

.proList .list .item .item_box {
    min-height: 442px;
    background: #eee;
}

.proList .list .item .pic {
    text-align: center;
}

.proList .list .item img {
    width: 360px;
    height: 360px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}

.proList .list .item .txt {
    min-height: 103px;
}

.proList .list .item .proName {
    display: block;
    line-height: 50px;
    font-size: 19px;
    color: #444;
}

.proList .list .item .txt_2 {
    font-size: 14px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 190%;
}

.proList .list .item .s_txt a {
    display: inline-block;
    width: 103px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    padding: 0;
    color: #666;
}

.proList .list .item .s_txt a.more {
    border: 1px solid #ccc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    border-right: 0;
}

.proList .list .item:hover .s_txt a.more {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.proList .list .item .s_txt a.dingzhi {
    background: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.proList .list .item .s_txt a.dingzhi:hover {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.shareTitle5 {
    background: url(/template/images/t5.png?v=8) no-repeat;
    min-height: 55px;
    line-height: 45px;
}

.shareTitle5 span {
    display: inline-block;
    vertical-align: top;
}

.shareTitle5 .s_1 {
    font-size: 24px;
    color: #2495b8;
    margin-left: 31px;
    width: 123px;
    text-align: center;
}

.shareTitle5 .s_2 {
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-left: 13px;
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1300px) {
}

@media screen and (min-width: 1800px) {
}

/* Star foot fast */
.shareLine {
    background: url(/template/images/line.jpg?v=8) no-repeat center;
    min-height: 9px;
}

.newNav {
    width: 260px;
}

.newNav .content {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    padding-bottom: 33px;
}

.newNav .content .ul_1 {
    width: 88%;
    margin: 0 6%;
}

.newNav .content a {
    color: #fff;
    display: block;
}

.newNav .content .bigNav {
    padding: 5px 0;
}

.newNav .content .bigNav a {
    font-size: 19px;
    color: #009ca8;
    text-align: center;
    line-height: 38px;
    background: #e5f5f7;
    border-radius: 5px;
    font-weight: bold;
}

.newNav .content .bigNav a:hover {
    background: #0c70bb;
    color: #fff;
}

.in_title {
    background: url(/template/images/cBj.png?v=8) repeat-x bottom center;
    padding-bottom: 12px;
}

.in_title .center .s_Nav {
    text-align: center;
    font-size: 21px;
    padding-top: 50px;
    font-weight: bold;
}

.in_title .center .s_Nav a {
    color: #1ca4ba;
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    padding-top: 65px;
}

.in_title .center .s_Nav a:hover {
    color: #ff7e30;
    border-bottom: 2px solid #ff7e30;
}

.in_title .center .s_Nav a.s_1 {
    background: url(/template/images/aIco_1.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_2 {
    background: url(/template/images/aIco_2.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_3 {
    background: url(/template/images/aIco_3.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_4 {
    background: url(/template/images/aIco_4.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_1:hover {
    background: url(/template/images/aIcoH_1.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_2:hover {
    background: url(/template/images/aIcoH_2.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_3:hover {
    background: url(/template/images/aIcoH_3.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_4:hover {
    background: url(/template/images/aIcoH_4.png?v=8) no-repeat center top;
}

.friendLink a {
    color: #ccc;
}

.left_shareTitle {
    min-height: 105px;
    line-height: 150%;
    background: url(/template/images/left_title.png?v=8) no-repeat center;
    color: #fff;
    text-align: center;
    text-indent: 58px;
}

.leftNew .left_shareTitle {
    background: url(/template/images/left_title2.png?v=8) no-repeat center;
}

.left_shareTitle .txt_1 {
    font-size: 24px;
    padding-top: 38px;
    font-weight: bold;
    letter-spacing: 4px;
}

.left_shareTitle .txt_2 {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.98);
    transform-origin: 0;
}

.fuWu {
    background: url(/template/images/ys.jpg?v=8) no-repeat center top;
    min-height: 982px;
}

.fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 48px;
    padding-right: 15px;
    min-height: 70px;
    line-height: 43px;
}

.fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.fuWu ul {
    color: #fff;
}

.fuWu .bigTxt {
    padding-bottom: 10px;
}

.fuWu .left {
    padding-top: 2px;
}

.fuWu .left .bigTxt {
    padding-left: 53px;
}

.fuWu .right .bigTxt {
    padding-right: 53px;
    text-align: right;
}

.fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.fuWu .bigTxt .en {
    font-family: 'Impact';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.fuWu .smallTxt {
    font-size: 17px;
    background: url(/template/images/bot_6.png?v=8) no-repeat center left;
    padding-left: 15px;
    line-height: 30px;
    background-position-y: 8px;
}

.fuWu .smallTxt span {
    color: #ffc946;
}

.liuCheng {
    padding-bottom: 60px;
    padding-top: 70px;
}

.liuCheng .center .title {
    color: #fff;
    text-align: center;
}

.liuCheng .center .title .s_t .txt_1 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 102px;
    padding-right: 30px;
}

.liuCheng .center .title .s_t .txt_2 {
    font-size: 19px;
    line-height: 35px;
    padding-top: 23px;
}

.liuCheng .center .content {
    color: #fff;
    font-size: 23px;
    padding-top: 144px;
}

.liuCheng .center .content .ul_1.inline_width.clear li {
    float: left;
    width: 109px;
    text-align: center;
    margin-right: 73px;
}

.txt_jianBian {
    position: relative;
    color: #006f77;
}

.txt_jianBian:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #28b9c3;
    -webkit-mask: linear-gradient(to bottom, #006f77, transparent );
}

.in_fuWu {
    min-height: 643px;
    padding-bottom: 55px;
}

.in_fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 44px;
    min-height: 70px;
    padding-left: 11px;
    line-height: 43px;
}

.in_fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.in_fuWu ul {
    color: #fff;
}

.in_fuWu .bigTxt {
    padding-bottom: 10px;
}

.in_fuWu .sub_left {
    padding-top: 2px;
}

.in_fuWu .sub_left .bigTxt {
    padding-left: 72px;
}

.in_fuWu .sub_right .bigTxt {
    padding-right: 74px;
    text-align: right;
    padding-top: 2px;
}

.in_fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.in_fuWu .bigTxt .en {
    font-family: 'Impact';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.typeFangAn .content {
    background: #fff;
    font-size: 16px;
    border: 2px solid #009ca8;
    border-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.typeFangAn .content a {
    display: block;
}

.typeFangAn .content .bigNav {
}

.typeFangAn .content .bigNav a {
    font-weight: bold;
    background: url(/template/images/a_bj2.png?v=8) no-repeat center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 66px;
}

.typeFangAn .content .bigNav a p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav {
    width: 224px;
    margin: 0 auto;
}

.typeFangAn .content .smallNav p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav a {
    font-size: 17px;
    color: #088f98;
    line-height: 39px;
    display: block;
    text-indent: 61px;
    background: url(/template/images/bot_1_2.png?v=8) no-repeat center;
}

.typeFangAn .content .smallNav a:hover {
    color: #fff;
    background: url(/template/images/bot_1_h2.png?v=8) no-repeat center;
}

.typeFangAn .content .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #0c70bb;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeFangAn .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeFangAn .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.typeFangAn .left_tel {
    border-radius: 5px;
    background: url(/template/images/tel.png?v=8) no-repeat center left;
    background-position-x: 15px;
    background-color: #e5f5f6;
    color: #009ca8;
    width: 224px;
    text-indent: 68px;
    padding: 14px 0;
    margin: 20px auto;
    background-size: 45px auto;
}

.typeFangAn .left_tel .one {
    font-size: 16px;
}

.typeFangAn .left_tel .two {
    font-size: 24px;
    font-weight: bold;
}

/* Star daoHang */
.shareTitle {
    text-align: center;
}

.shareTitle .en {
    color: #0b91b6;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
    filter: alpha(Opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}

.shareTitle .cn {
}

.shareTitle span {
    color: #0b91b6;
}

.shareTitle .one {
    color: #333;
    padding-top: 0.3rem;
    font-size: 0.65rem;
}

.shareTitle .one span {
    color: #e95311;
}

.heZuo {
    padding-top: 50px;
    padding-bottom: 20px;
}

.heZuo .content {
    padding-top: 50px;
}

.whySelect {
    background: url(/template/images/bj3.jpg?v=8) no-repeat center;
    background-size: cover;
    min-height: 810px;
}

.whySelect dd {
    float: left;
    color: #797878;
    font-size: 21px;
    width: 393px;
}

.whySelect dd div {
    background: url(/template/images/ico_1.png?v=8) no-repeat;
    padding-left: 38px;
    min-height: 24px;
    background-position-y: 7px;
    line-height: 180%;
}

.whySelect dd:hover div {
    color: #fff;
    background: url(/template/images/icoH.png?v=8) no-repeat;
    background-position-y: 7px;
}

.whySelect dd.txt_1 {
    background: url(/template/images/3_02.png?v=8) no-repeat right top;
    min-height: 78px;
    padding-right: 100px;
    margin-left: 40px;
    width: 353px;








}

.whySelect dd.txt_1:hover {
    background: url(/template/images/4_03.png?v=8) no-repeat right top;
    background-position-y: -4px;
}

.whySelect dd.txt_2 {
    background: url(/template/images/3_04.png?v=8) no-repeat top left;
    min-height: 80px;
    padding-left: 105px;
    margin-left: 192px;
    background-position-y: 2px;
    width: 371px;
}

.whySelect dd.txt_2:hover {
    background: url(/template/images/4_05.png?v=8) no-repeat top left;
    background-position-y: -2px;
}

.whySelect dd.txt_3 {
    background: url(/template/images/3_09.png?v=8) no-repeat right top;
    min-height: 54px;
    padding-right: 106px;
    padding-top: 80px;
    width: 353px;
    background-position-y: 85px;
}

.whySelect dd.txt_3:hover {
    background: url(/template/images/4_10.png?v=8) no-repeat right top;
    background-position-y: 85px;
}

.whySelect dd.txt_4 {
    background: url(/template/images/3_12.png?v=8) no-repeat;
    min-height: 51px;
    padding-left: 113px;
    margin-left: 258px;
    padding-top: 99px;
    width: 355px;
    background-position-y: 88px;
}

.whySelect dd.txt_4:hover {
    background: url(/template/images/4_13.png?v=8) no-repeat;
    background-position-y: 88px;
}

.whySelect dd.txt_5 {
    background: url(/template/images/3_17.png?v=8) no-repeat center top;
    padding-top: 100px;
    width: 600px;
    margin-left: 288px;
    margin-top: -16px;
}

.whySelect dd.txt_5:hover {
    background: url(/template/images/4_18.png?v=8) no-repeat center top;
}

.proType .content {
    font-size: 16px;
}

.proType .content a {
    display: block;
}

.proType .content .bigNav {
    padding-top: 15px;
}

.proType .content .bigNav a {
    font-weight: bold;
    font-size: 23px;
    color: #0c70bb;
    line-height: 44px;
    border-left: 9px solid #0c70bb;
    padding-left: 15px;
}

.proType .content .smallNav {
    clear: both;
    padding: 10px 30px;
    display: inline-block;
    background: url(/template/images/line5.png?v=8) no-repeat center bottom;
    background-position-x: 6px;
}

.proType .content .smallNav a {
    width: 190px;
    float: left;
    font-size: 18px;
    color: #090909;
    line-height: 39px;
    text-indent: 20px;
    background: url(/template/images/bot_1.png?v=8) no-repeat center left;
    background-position-y: 13px;
}

.proType .content .smallNav a:hover {
    font-weight: bold;
}

.proType .content .smallNav a.last {
    font-weight: bold;
    color: #0c70bb;
}

.youZhi {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(/template/images/bj_5.jpg?v=8) no-repeat center top;
}

.youZhi .content {
    padding-top: 35px;
    padding-bottom: 580px;
    background: url(/template/images/proBig.png?v=8) no-repeat center bottom;
}

.youZhi .content li {
    float: left;
    width: 16.6%;
    color: #111;
    text-align: center;
    line-height: 170%;
    padding-top: 150px;
}

.youZhi .content li .txt_1 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
}

.youZhi .content li .txt_2 {
    font-size: 16px;
    color: #555;
}

.youZhi .content li.item_1 {
    background: url(/template/images/yz_1.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_2 {
    background: url(/template/images/yz_2.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_3 {
    background: url(/template/images/yz_3.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_4 {
    background: url(/template/images/yz_4.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_5 {
    background: url(/template/images/yz_5.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_6 {
    background: url(/template/images/yz_6.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_1:hover {
    background: url(/template/images/Hyz_01.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_2:hover {
    background: url(/template/images/Hyz_02.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_3:hover {
    background: url(/template/images/Hyz_03.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_4:hover {
    background: url(/template/images/Hyz_04.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_5:hover {
    background: url(/template/images/Hyz_05.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_6:hover {
    background: url(/template/images/Hyz_06.png?v=8) no-repeat center top;
    background-position-x: 53px;
}

.ad_2 {
    min-height: 197px;
    background: url(/template/images/bj16.png?v=8) no-repeat center;
}

.ad_2 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding-top: 127px;
    padding-left: 292px;
    letter-spacing: 1px;
}

.ad_2 .center .clear .right {
    padding-top: 127px;
    width: 517px;
}

.ad_2 .center .clear .right .two {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding-top: 19px;
    padding-left: 92px;
}

.ad_2 .center .clear .right a {
    display: inline-block;
    width: 118px;
    height: 43px;
    vertical-align: top;
}

.call {
    min-height: 785px;
    background: url(/template/images/bj30.jpg?v=8) no-repeat center bottom;
    padding-top: 70px;
    background-position-y: 69px;
}

.call .center .dl_1.inline_width.clear {
    padding-top: 130px;
}

.call .center .dl_1.inline_width.clear .sub_left {
    font-size: 25px;
    font-weight: bold;
    padding-left: 240px;
}

.call .center .dl_1.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_1.inline_width.clear .sub_right a {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_1 {
    background: #0c70bb;
    color: #fff;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_2 {
    border: 1px solid #0c70bb;
    color: #0c70bb;
    width: 118px;
    line-height: 38px;
}

.call .center .dl_2.inline_width.clear {
    padding-top: 66px;
}

.call .center .dl_2.inline_width.clear .sub_left {
    padding-left: 41px;
    width: 362px;
}

.call .center .dl_2.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear li {
    font-size: 16px;
    line-height: 69px;
    padding-left: 73px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first {
    color: #fff;
    text-align: center;
    padding-top: 14px;
    line-height: 170%;
    letter-spacing: 1px;
    padding-left: 0;
    padding-bottom: 7px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first .one {
    font-size: 18px;
    font-weight: bold;
}

.share_rTitle .sub_left {
}

.share_rTitle .sub_left h2 {
    font-weight: bold;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.share_rTitle .sub_right, .share_rTitle .sub_right a {
    color: #888;
}

.share_rTitle .three {
    font-size: 16px;
    color: #666;
    line-height: 48px;
}

.shareSmallNav {
    margin-top: 20px;
}

.shareSmallNav .ul_3 {
}

.shareSmallNav .ul_3 li {
    float: left;
    padding-right: 55px;
    line-height: 30px;
    padding-bottom: 13px;
}

.shareSmallNav .ul_3 li a {
    display: block;
    font-size: 18px;
}

.shareSmallNav .ul_3 li a:hover {
    color: #e60013;
}

.share_rTitle .dl_1 {
    background: url(/template/images/line7.png?v=8) no-repeat center bottom;
    padding-bottom: 15px;
}

.ad3 {
    min-height: 268px;
    background: url(/template/images/ad3.png?v=8) no-repeat center;
}

.ad3 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 41px;
    padding-top: 114px;
    width: 725px;
}

.ad3 .center .clear .left .txt_1 {
    padding-left: 266px;
}

.ad3 .center .clear .left .txt_2 {
    text-align: right;
    padding-top: 12px;
    font-size: 39px;
    padding-right: 83px;
}

.ad3 .center .clear .right {
    padding-right: 155px;
    padding-top: 153px;
    text-align: right;
}

.ad3 .center .clear .right .two {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

.ad3 .center .clear .right a {
    display: inline-block;
    padding-top: 9px;
    width: 123px;
    height: 40px;
}

.noPage {
    background: url(/template/images/bj21.jpg?v=8) no-repeat center top;
    min-height: 720px;
    font-size: 21px;
}

.noPage .center .txt_1 {
    font-weight: bold;
    text-align: center;
    padding-top: 479px;
}

.noPage .center .txt_2 {
    color: #fff;
    width: 60%;
    margin: 0 auto;
    padding-top: 26px;
    line-height: 46px;
}

.noPage .center .txt_3 {
    text-align: center;
    padding-top: 20px;
    letter-spacing: 2px;
    font-size: 19px;
}

.xg_pro {
    min-height: 550px;
    background: url(/template/images/bj_6.png?v=8) no-repeat center bottom;
}

.xg_pro .r_list {
    padding-top: 40px;
    margin: 0 auto;
}

.xg_pro .r_list .item {
    float: left;
    padding-right: 50px;
    padding-bottom: 31px;
    text-align: center;
}

.xg_pro .r_list li:nth-child(4), .xg_pro .r_list li:nth-child(8) {
    padding-right: 0;
}

.xg_pro .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.xg_pro .r_list .item a .txt {
    line-height: 48px;
}

.xg_pro .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.xg_pro .r_list .item a:hover {
    color: #0c70bb;
}

.xg_pro .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.left_new .content .bigNav a {
    text-indent: 1.3em;
    color: #333;
    text-align: center;
    text-indent: 0;
    background: none;
}

.left_new .content .bigNav a:hover {
    color: #0c70bb;
}

.left_new .content li.last a {
    width: 80%;
}



.shareTitle3 .txt_1 {
    font-size: 24px;
}

.shareTitle4 {
    letter-spacing: 1px;
}

.shareTitle4 span {
    font-size: 30px;
}

.servies .ul_1 .right .r_box .r_list .r_5 {
    padding-top: 60px;
}

.servies .ul_1 .right .r_box .r_list .r_5 .dl_6.inline_width.clear {
    background: url(/template/images/bj38.png?v=8) no-repeat center top;
    min-height: 150px;
    margin-top: 20px;
    padding-top: 154px;
}

.servies .ul_1 .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd {
    float: left;
    padding: 13px 6px;
    margin-right: 11px;
    width: 149px;
}

.servies .ul_1 .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .bigTxt {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.servies .ul_1 .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt {
    font-size: 14px;
}

.servies .ul_1 .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt span {
    font-weight: bold;
    color: #0c70bb;
}

.servies .ul_1 .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd.dd_1 {
    color: #fff;
    width: 144px;
}

.pageDH {
    padding-left: 28px;
    background: url(/template/images/hot.png?v=8) no-repeat center left;
    background-position-y: 16px;
}

.pageDH a {
}

.shareOemBox {
    min-height: 827px;
    background: url(/template/images/bj_15.jpg?v=8) no-repeat center top;
    padding-top: 88px;
}

.shareOemBox .dl_2 dd, .shareOemBox .dl_3 dd {
    float: left;
    width: 233px;
    text-align: center;
    padding-top: 177px;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
}

.shareOemBox .center .shareTitle {
    color: #fff;
}

.shareOemBox .center .shareTitle .one {
    color: #ccc;
    padding-top: 0;
}

.shareOemBox .center .dl_2.clear {
    padding-top: 50px;
}

.shareOemBox .center .dl_3.clear {
    padding-top: 20px;
}

.xgCase {
    padding-top: 50px;
}

.xgCase .dl_6 dd {
    float: left;
    margin-right: 14px;
    width: 210px;
}

.xgCase .dl_6 dd a, .xgCase .dl_6 dd img {
    display: block;
}

.xgCase .dl_6 dd span {
    line-height: 40px;
    padding: 0 10px;
}

.xgCase .dl_6 dd:nth-child(4) {
    margin-right: 0;
}

.xgCase .dl_6 dd a:hover {
    background: #0c70bb;
    color: #fff;
    font-weight: bold;
}

.share_xg {
    padding-top: 10px;
    margin-bottom: 30px;
}

.share_xg .s_title {
    font-size: 21px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 2px;
    background: url(/template/images/line12.png?v=8) no-repeat center;
    background-position-x: 344px;
}



.liYou {
    padding-top: 100px;
    background: url(/template/images/oemBJ4.jpg?v=8) no-repeat center top;
}

.liYou .shareTitle {
    background: url(/template/images/oemT3.png?v=8) no-repeat center bottom;
    padding: 12px 0;
    line-height: 50px;
}

/* Star daoHang */
.proRtitle {
    min-height: 56px;
    background: url(/template/images/t8.png?v=8) no-repeat;
    padding-bottom: 13px;
}

.proRtitle h2, .proRtitle p {
    min-height: 56px;
    color: #0c70bb;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
    font-weight: bold;
}

.proRtitle span {
    background: url(/template/images/line_1.png?v=8) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}


.newShareList .L2_UL {
    margin-bottom: 24px;
    border: 1px solid #e5e5e5;
}

.newShareList .L2_UL:nth-child(5) {
    margin-bottom: 5px;
}

.newShareList .L2_UL .sub_left {
    width: 327px;
}

.newShareList .L2_UL .sub_left img {
    display: block;
}

.newShareList .L2_UL:hover .sub_left img {
}

.newShareList .L2_UL .sub_right {
    width: 435px;
    padding-bottom: 0;
}

.newShareList .L2_UL .sub_right .one {
    line-height: 28px;
    padding: 5px 0;
}

.newShareList .L2_UL .sub_right .one a {
    font-weight: bold;
    font-size: 18px;
    color: #262626;
}

.newShareList .L2_UL .sub_right .one a:hover {
    color: #e95412;
}

.newShareList .L2_UL .sub_right .two {
    color: #666;
    font-size: 15px;
    line-height: 180%;
    padding-top: 5px;
}

.newShareList .L2_UL .sub_right .three {
    text-align: right;
    padding-top: 17px;
    font-size: 14px;
    color: #888;
    line-height: 31px;
}

.newShareList .L2_UL .sub_right .time {
    font-size: 16px;
    color: #888;
    float: right;
}

.newShareList .L2_UL .sub_right .three a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    line-height: 31px;
    background: url(/template/images/bt_2.png?v=8) no-repeat center top;
    min-height: 36px;
    width: 142px;
    text-align: center;
    text-indent: 9px;
}


.in_fengCai {
    padding-bottom: 50px;
}

.in_fengCai .center .txtBox {
    padding-top: 30px;
}

.in_fengCai .center .txtBox .ul_1.clear .left {
    width: 240px;
    min-height: 383px;
    background: url(/template/images/bj_1.png?v=8) no-repeat center left;
}

.in_fengCai .center .txtBox .ul_1.clear .left .sub {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 200px;
}

.in_fengCai .center .txtBox .ul_1.clear .right.shadow_1 {
    width: 863px;
    border-radius: 5px;
    background: #eee;
    line-height: 51px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 {
    padding-top: 60px;
    height: 266px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li {
    float: left;
    line-height: 45px;
    font-size: 18px;
    margin-right: 23px;
    text-align: center;
    padding-bottom: 30px;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(3), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(6), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(9), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(12) {
    margin: 0;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li img {
    display: block;
    width: 346px;
    height: 209px;
    padding: 5px;
    border: 1px solid #ccc;
}

.shareMore {
    text-align: center;
    padding-top: 9px;
}

.shareMore a {
    display: inline-block;
    line-height: 35px;
    border: 1px solid #ccc;
    font-size: 17px;
    width: 160px;
}

.in_changFang {
    padding-bottom: 50px;
}

.in_changFang .txtBox {
    padding-top: 20px;
}

.oemPage {
    padding-top: 10px;
}

.oemPage .box_1 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.oemPage .box_1 .center .ul_1.clear {
    background: url(/template/images/bj_3.png?v=8) no-repeat center top;
    min-height: 261px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_1 {
    font-size: 40px;
    font-weight: bold;
    width: 290px;
    padding-left: 145px;
    text-align: center;
    padding-top: 87px;
    line-height: 140%;
}

.oemPage .box_1 .center .ul_1.clear .left.l_1 .txt_2 {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 {
    font-size: 17px;
    line-height: 46px;
    padding-left: 55px;
    padding-top: 13px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 span {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_2 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_3 {
    padding-left: 50px;
    line-height: 42px;
    padding-bottom: 3px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_4 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_5 {
    padding-left: 6px;
}

.oemPage .box_1 .ul_1 .right {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    width: 160px;
    padding-right: 10px;
    line-height: 36px;
    padding-top: 53px;
}

.oemPage .box_2 {
    background: #fff;
    padding: 70px 0;
}

.oemPage .box_2 .center .shareTitle {
    background: url(/template/images/t2.png?v=8) no-repeat center top;
    min-height: 95px;
    padding-bottom: 42px;
}

.oemPage .box_2 .center .ul_2.clear {
    font-size: 17px;
    line-height: 180%;
    min-height: 347px;
    background: url(/template/images/bj_8.png?v=8) no-repeat center top;
    padding-top: 21px;
}

.oemPage .box_2 .center .ul_2.clear .left {
    width: 280px;
}

.oemPage .box_2 .center .ul_2.clear .right {
    width: 280px;
    padding-top: 31px;
}

.oemPage .box_2 .center .ul_2.clear div {
    padding-bottom: 56px;
}

.oemPage .box_3 {
    font-size: 17px;
    min-height: 302px;
    background: url(/template/images/bj_5.jpg?v=8) no-repeat center top;
    color: #fff;
    padding-top: 38px;
}

.oemPage .box_3 .center .shareTitle {
    background: url(/template/images/t4.png?v=8) no-repeat center top;
}

.oemPage .box_3 .center .dl_3.clear {
    padding-top: 20px;
}

.oemPage .box_3 dd {
    float: left;
    width: 139px;
    margin-right: 57px;
    padding-top: 94px;
    min-height: 43px;
    text-align: center;
}

.oemPage .box_3 dd:nth-child(1) {
    background: url(/template/images/oemICO_01.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2) {
    background: url(/template/images/oemICO_02.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3) {
    background: url(/template/images/oemICO_03.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4) {
    background: url(/template/images/oemICO_04.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5) {
    background: url(/template/images/oemICO_05.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6) {
    background: url(/template/images/oemICO_06.png?v=8) no-repeat center top;
    margin: 0;
}







.oemPage .box_3 dd:nth-child(1):hover {
    background: url(/template/images/oemIcoH_01.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2):hover {
    background: url(/template/images/oemIcoH_02.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3):hover {
    background: url(/template/images/oemIcoH_03.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4):hover {
    background: url(/template/images/oemIcoH_04.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5):hover {
    background: url(/template/images/oemIcoH_05.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6):hover {
    background: url(/template/images/oemIcoH_06.png?v=8) no-repeat center top;
}

.pinZhi {
    background: #fff;
    padding-bottom: 50px;
}

.pinZhi .shareTitle {
    background: url(/template/images/t11.png?v=8) no-repeat center top;
    padding-bottom: 38px;
}

.pinZhi .subBox {
    background: url(/template/images/bj_9.png?v=8) no-repeat center top;
}

.pinZhi .subBox .center .dl_5.clear dd {
    float: left;
    width: 97px;
    margin-right: 30px;
    padding-top: 183px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: url(/template/images/ico.png?v=8) no-repeat center top;
    background-position-y: 120px;
}

.pinZhi .subBox .center .dl_5.clear dd:hover {
    background: url(/template/images/icoH.png?v=8) no-repeat center top;
    background-position-y: 120px;
    color: #0c70bb;
}

.pinZhi .subBox .center .dl_5.clear dd:nth-child(9) {
    margin: 0;
}

.r_call {
    padding-top: 30px;
}

.r_call .dl_5.clear .s_right .bt {
    line-height: 40px;
    width: 221px;
    background: url(/template/images/bt_1.png?v=8) no-repeat center left;
    min-height: 42px;
}

.r_call .dl_5.clear .s_right .bt a {
    display: inline-block;
    width: 49%;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.i_dingZhi {
    padding: 60px 0;
    background: #fff;
}

.i_dingZhi .content {
    min-height: 403px;
    padding-top: 35px;
}

.i_dingZhi .content .ul_1 li {
    float: left;
    width: 205px;
    font-size: 17px;
    color: #fff;
    line-height: 130%;
    min-height: 347px;
}

.i_dingZhi .content .ul_1 li .box {
    background: url(/template/images/hei.png?v=8);
    padding-top: 240px;
}

.i_dingZhi .content .ul_1 li .box .sbox {
    background: url(/template/images/L_1.png?v=8) no-repeat left bottom;
    padding-left: 20px;
    min-height: 107px;
    background-position-x: 20px;
    background-position-y: 68px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_1 {
    padding-top: 13px;
    padding-bottom: 3px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_2 {
}

.i_dingZhi .content .ul_1 .l_1 {
    width: 297px;
    text-align: center;
    background: url(/template/images/dz_01.jpg?v=8) no-repeat center bottom;
    min-height: 160px;
    font-size: 20px;
}

.i_dingZhi .content .ul_1 .l_1 .box {
    background: none;
    padding-left: 0;
}

.i_dingZhi .content .ul_1 .l_1 .box .sbox {
    background: url(/template/images/L_2.png?v=8) no-repeat center top;
    background-color: rgba(191,1,5,0.9);
    padding-left: 0;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_1 {
    padding-top: 25px;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_2 {
    font-weight: bold;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_2 {
    background: url(/template/images/dz_02.jpg?v=8) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_3 {
    background: url(/template/images/dz_03.jpg?v=8) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_4 {
    background: url(/template/images/dz_04.jpg?v=8) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_5 {
    background: url(/template/images/dz_05.jpg?v=8) no-repeat center bottom;
}

.aboutShareNav {
}

.aboutShareNav .dl_2 {
}

.aboutShareNav dd {
    float: left;
    text-align: center;
    width: 100%;
    max-width: 50%;
    margin-bottom: 0.8rem;
}


.aboutShareNav dd:nth-child(5) {
    margin-right: 0;
}

.aboutShareNav a {
    display: block;
    font-size: 0.8rem;
    line-height: 120%;
    padding-top: 3.1rem;
    border-bottom: 0.1rem solid #fff;
    padding-bottom: 0.3rem;
}

.liuCheng .center .ul_1.clear {
    text-align: center;
    color: #1e1e1e;
    background: url(/template/images/bj_1.png?v=8) no-repeat center top;
    padding-top: 116px;
}

.liuCheng .center .ul_1.clear li {
    float: left;
}

.liuCheng .center .ul_1.clear li .one {
    font-size: 18px;
    font-weight: bold;
}

.liuCheng .center .ul_1.clear li .two {
    font-size: 15px;
    line-height: 140%;
    padding-top: 9px;
}

.dzLiuCheng {
    min-height: 533px;
    background: url(/template/images/bj_1.jpg?v=8) no-repeat center top;
}

.dzLiuCheng .center .content {
    padding-top: 172px;
    line-height: 30px;
}

.dzLiuCheng .center .content .ul_1.clear li {
    float: left;
    color: #1e1e1e;
    font-size: 17px;
    width: 106px;
    text-align: center;
    margin-right: 31px;
}

.dzLiuCheng .center .content .two {
    text-align: center;
    padding-top: 40px;
}

.dzLiuCheng .center .content .two a {
    display: inline-block;
    line-height: 39px;
    width: 211px;
    color: #fff;
    font-size: 17px;
    text-indent: -35px;
}

.case {
    background: url(/template/images/bj_5.jpg?v=8) no-repeat center top;
    min-height: 760px;
}

.case .center .tel_ys {
    color: #0c70bb;
    font-size: 17px;
    text-align: center;
    text-indent: 50px;
    padding-top: 5px;
    min-height: 30px;
}

.case .center .tel_ys span {
    font-size: 23px;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.case .center .sBox {
    padding-top: 24px;
}

.case .center .sBox a {
    float: left;
    margin-right: 18px;
    padding-top: 26px;
    background: url(/template/images/line_5.png?v=8) no-repeat;
}

.case .center .sBox a:nth-child(3) {
    margin-right: 0;
}

.case .center .sBox a .one {
    margin-bottom: 5px;
    width: 388px;
    height: 374px;
    overflow: hidden;
    position: relative;
}

.case .center .sBox a .one .box {
    position: absolute;
    top: 374px;
    padding: 30px;
}

.case .center .sBox a:hover .one .box {
    top: 0;
}

.case .center .sBox a .one .box .box2 {
    background: rgba(255,255,255,0.88);
    height: 316px;
    padding: 0px 19px;
    display: table-cell;
    vertical-align: middle;
}

.case .center .sBox a .one .box .box2 .s_1 {
    text-align: center;
    font-size: 23px;
    color: #0c70bb;
    font-weight: bold;
    padding-bottom: 13px;
    background: url(/template/images/line_3.png?v=8) no-repeat center bottom;
}

.case .center .sBox a .one .box .box2 .s_2 {
    font-size: 17px;
    line-height: 190%;
    padding-top: 16px;
}

.case .center .sBox a .two {
    line-height: 45px;
    color: #fff;
    font-size: 17px;
    background: #0c70bb;
    text-align: center;
}

.fast {
    padding: 105px 0;
    padding-bottom: 80px;
}

.fast .content ul {
    padding: 10px 0;
    border-bottom: 1px solid #80b0e1;
}

.fast .content li {
    float: left;
    padding-right: 30px;
    font-size: 16px;
}

.fast .line_1 ul {
    line-height: 34px;
    padding-bottom: 8px;
}

.fast .line_1 ul .left, .fast .line_1 ul .left a {
    font-size: 20px;
    color: #0a6ec1;
}

.fast .line_1 ul .left {
    width: 160px;
}

.fast .line_1 ul .right {
    width: 1040px;
}

.fast .line_1 ul li a {
    text-decoration: none;
}

.fast .line_1 ul dd {
    float: left;
    padding: 0px 8px;
    font-size: 17px;
    background: url(/template/images/line7.png?v=8) no-repeat center left;
    margin-bottom: 10px;
}

.fast .line_1 ul dd:nth-child(1) {
    padding-left: 0;
    background: none;
}

.fast .line_1 ul dd a {
    color: #1e1e1e;
    display: inline-block;
    line-height: 34px;
    width: 113px;
    text-align: center;
    border: 1px dotted #ccc;
    border-radius: 10px;
    padding: 0 0px;
}


.line2 .center .sBox ul {
    position: absolute;
    color: #000;
}

.line2 .center .sBox .bigTxt {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.line2 .center .sBox .smallTxt {
    font-size: 19px;
}

.line_3 .content ul {
    width: 47%;
}

.line_3 .content .one .dl_2 .sub_left {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
    width: 106px;
    text-align: center;
}

.line_3 .content .one .dl_2 .sub_right {
    width: 437px;
    padding-top: 3px;
}

.line_3 .content .one .dl_2 .sub_right .s_1 {
    font-size: 20px;
    font-weight: bold;
}

.line_3 .content .one .dl_2 .sub_right .s_2 {
    padding-top: 7px;
}

.line_3 .content .two {
    padding-top: 25px;
    line-height: 160%;
}

.line_3 .content .two .dl_3 {
    margin: 0;
    padding: 8px 0;
}

.line_3 .content .two .dl_3 .sub_right {
    width: 90%;
}

.line_3 .content .box_2 .two .dl_3 .sub_right {
    width: 89%;
}

.line_3 .content .two span {
    color: #f24510;
}

.line_3 .content .three {
    padding-top: 18px;
    padding-left: 155px;
}

.line_3 .content .three a {
    display: inline-block;
    line-height: 39px;
    width: 238px;
    text-align: center;
    color: #fff;
    text-indent: -25px;
}

.in_contact {
    padding: 90px 0;
    background: url(/template/images/rh3.jpg?v=8) no-repeat center bottom;
    padding-bottom: 150px;
}

.in_contact .ul_1.clear .left .sub_1 {
    font-size: 20px;
}

.in_contact .ul_1.clear .left .sub_1 span {
    font-weight: bold;
}

.in_contact .ul_1.clear .left .sub_2 {
    font-size: 17px;
    line-height: 35px;
    padding-top: 17px;
    padding-left: 23px;
}

.in_contact .ul_1.clear .left .sub_2 p, .in_contact .ul_1.clear .left .sub_2 span {
    font-size: 17px !important;
    line-height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.t_search {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0.3rem 0;
}

.t_search .t_searchUL {
    color: #474747;
}

.t_search .t_searchUL .left {
    display: none;
}

.t_search .t_searchUL .left a {
    text-decoration: none;
}

.t_search .t_searchUL .left span {
    color: #ff6000;
    font-weight: bold;
}

.t_search .t_searchUL .right {
}

.shareTitle .cn h1, .shareTitle .cn h2 {
    font-size: 33px;
    display: inline-block;
    margin: 0;
}

.wenTi {
    background: url(/template/images/wt.jpg?v=8) no-repeat center top;
    padding-top: 100px;
    min-height: 472px;
}

.wenTi .title .one {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 27px;
    padding-bottom: 19px;
    text-indent: 24px;
}

.wenTi .title .one span {
    color: #ff6000;
}

.wenTi .title {
    text-align: center;
    line-height: 250%;
}

.wenTi .title .two {
    font-size: 16px;
    padding-top: 14px;
    padding-left: 98px;
}

.wenTi .title .two span {
    font-family: "Impact";
    font-size: 21px;
    color: #0057b0;
    position: relative;
    top: 2px;
    letter-spacing: 1px;
}

.wenTi .title .two a {
    position: relative;
    top: 6px;
}

.wenTi .content {
    padding-top: 64px;
    font-size: 19px;
    line-height: 53px;
}

.wenTi .content .one {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    min-height: 490px;
}

.wenTi .content .one p {
    margin: 0;
    position: absolute;
}

.wenTi .content .one p:nth-child(1) {
    position: absolute;
    top: 133px;
    left: 277px;
}

.wenTi .content .one p:nth-child(2) {
    position: absolute;
    top: 134px;
    left: 761px;
}

.wenTi .content .one p:nth-child(3) {
    position: absolute;

    top: 262px;
    left: 160px;
}

.wenTi .content .one p:nth-child(4) {
    position: absolute;
    top: 273px;
    left: 889px;
}

.wenTi .content .one p:nth-child(5) {

    position: absolute;
    top: 408px;
    left: 176px;
}

.wenTi .content .one p:nth-child(6) {
    position: absolute;
    top: 417px;
    left: 866px;
}

.wenTi .content .two {
    text-align: center;
    line-height: 175%;
    text-indent: 2px;
}

.wenTi .content .two .s1 {
    font-size: 20px;
    color: #0057b0;
    padding-top: 12px;
    text-indent: 4px;
}

.wenTi .content .two .s2 {
    font-size: 16px;
    text-indent: 10px;
}

.wenTi .content .two .s2 span {
    font-weight: bold;
}

.iFangAn {
}

.iFangAn .content {
    padding-top: 47px;
}

.iFangAn .content .line_1 {
}

.iFangAn .content .line_1 .left {
    padding-top: 122px;
    padding-left: 17px;
}

.iFangAn .content .line_1 .left dd {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #0c4eb0;
    width: 68px;
    text-align: center;
}

.iFangAn .content .line_1 .right {
    width: 805px;
    padding-top: 50px;
    line-height: 150%;
}

.iFangAn .content .line_1 .right .s1 {
    font-size: 15px;
    font-weight: bold;
    color: #0c4eb0;
    padding-left: 37px;
    letter-spacing: 0.5px;
    padding-bottom: 3px;
}

.iFangAn .content .line_1 .right .s2 {
    font-size: 23px;
    font-family: "Calibri";
    color: #ff3c00;
    font-weight: bold;
    padding-bottom: 8px;
}

.iFangAn .content .line_2 {
    padding-top: 28px;
}

.iFangAn .content .line_2 .sub_left, .iFangAn .content .line_2 .sub_right {
    min-width: 650px;
    width: 50%;
}

.f_feedback {
    min-height: 457px;
    background: url(/template/images/fb.jpg?v=8) no-repeat center top;
    padding-top: 34px;
}

.f_feedback .left {
    width: 558px;
}

.f_feedback .right {
    padding-top: 12px;
    font-size: 15px;
    width: 316px;
    color: #1e1e1e;
    line-height: 210%;
}

.f_feedback input[type="text"], .f_feedback textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 5px;
    width: 97.5%;
    font-size: 16px;
    background: none;
    /* border: 1px solid #e0e0e0; */
}

.f_feedback input[type="text"] {
    height: 43px;
    width: 414px;
    margin-bottom: 11px;
    line-height: 43px;
    text-indent: 37px;
}

.f_feedback textarea {
    display: inline-block;
    width: 379px;
    min-height: 76px;
    padding-left: 43px;
    padding-top: 14px;
}

.f_feedback input.bt_1, .f_feedback input.bt_2 {
    text-align: center;
    width: 137px;
    line-height: 35px;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    height: 35px;
    border: 0;
}

.f_feedback input.bt_1 {
    line-height: 55px;
    height: 55px;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    background: none;
    width: 428px;
}

.f_feedback .shareTitle {
    background: none;
}

.f_feedback .ul_1 .left .sub_left {
    width: 390px;
}

.f_feedback .left .bt {
    text-align: center;
    padding-top: 23px;
}

.f_feedback .right span {
    font-weight: bold;
    color: #0057b0;
}

.shareRightSmallNav {
    padding-top: 18px;
}

.shareRightSmallNav .ul_1 {
}

.shareRightSmallNav .ul_1 li {
    width: 210px;
    text-align: center;
    float: left;
    line-height: 44px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.shareRightSmallNav .ul_1 li a {
    display: block;
    font-size: 16px;
    background: url(/template/images/newNav.png?v=8) no-repeat center left;
    font-weight: bold;
}

.shareRightSmallNav .ul_1 li a.subCurrentNav, .shareRightSmallNav .ul_1 li a:hover {
    color: #fff;
    background: url(/template/images/newNavH.png?v=8) no-repeat center left;
    font-weight: bold;
}

.shareRightTitle {
    min-height: 86px;
    background: #f7fbfe;
}

.shareRightTitle .sub_left {
    border-left: 2px solid #0261c3;
    padding-left: 10px;
}

.shareRightTitle .sub_right {
}

.shareRightTitle .dl_2 {
    padding: 22px 32px;
    width: 953px;
}

.shareRightTitle .txt_1 {
    font-size: 20px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
}

.shareRightTitle .txt_2 {
    font-size: 15px;
}

.shareRightTitle .sub_right img {
    display: block;
    position: relative;
    top: 6px;
}

.shareRightSmallNav .ul_1 li:nth-child(4), .shareRightSmallNav .ul_1 li:nth-child(8), .shareRightSmallNav .ul_1 li:nth-child(12), .shareRightSmallNav .ul_1 li:nth-child(16), .shareRightSmallNav .ul_1 li:nth-child(20), .shareRightSmallNav .ul_1 li:nth-child(24) {
    margin-right: 0;
}

.xgBox {
    padding: 0 25px;
    padding-top: 79px;
}

.xgBox .title {
    border-bottom: 1px solid #d4d4d4;
    line-height: 52px;
}

.xgBox .title .sub_left {
    font-size: 18px;
    color: #000;
    background: url(/template/images/xgIco.png?v=8) no-repeat center left;
    padding-left: 38px;
    background-position-x: 5px;
}

.xgBox .title .sub_right {
}

.xgBox .title .sub_right a {
    color: #888;
}

.proShareBox {
    padding-bottom: 1rem;
}

.proShareBox.r_4 {padding-bottom: 0;}

.pro_shareTitle {
    padding-left: 1.2rem;
    background: url(/template/images/sd.png?v=8) no-repeat center left;
    -webkit-background-size: 0.8rem auto;
    background-size: 0.8rem auto;
}

.pro_shareTitle span {
    display: block;
}

.pro_shareTxt {
    padding: 0.5rem 7%;
    color: #333;
    font-size: 0.7rem;
    line-height: 210%;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 3.3% !important;
    background: url(/template/images/bot8.png?v=8) no-repeat center left;
    -webkit-background-size: 0.2rem auto;
    background-size: 0.2rem auto;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span {
    font-size: 0.7rem !important;
    line-height: 210% !important;
}

.pro_shareTxt td {
    vertical-align: top !important;
}

.pro_shareTxt table, .pro_shareTxt td {
    border: 0.05rem solid #82bfbe !important;
}

.proShareBox.r_4 .pro_shareTxt td {
    text-align: center !important;
    padding: 0 !important;
    line-height: 1.5rem !important;
}

.shareTel {
    background: url(/template/images/tel3.png?v=8) no-repeat center left;
    line-height: 150%;
    padding-left: 53px;
}

.shareTel .s1 {
    font-size: 15px;
    line-height: 22px;
}

.shareTel .s2 {
    font-size: 22px;
    color: #ffa800;
}

.newShareList .L2_UL:hover {
    border: 1px solid #a9d3ff;
    -moz-box-shadow: 1px 1px 8px #a9d3ff;
    -webkit-box-shadow: 1px 1px 8px #a9d3ff;
    box-shadow: 1px 1px 8px #a9d3ff;
}

.newShareList .L2_UL:hover .sub_right .one a {
    color: #0261c3;
}

.shareNewRTitle {
}

.shareNewRTitle h1, .shareNewRTitle h2 {
    line-height: 38px;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-indent: 33px;
    color: #0b91b6;
    background: url(/template/images/newIco.png?v=8) no-repeat center left;
}

.shareNewRTitle .sub_right a {
    font-size: 14px;
    color: #0261c3;
    display: inline-block;
    padding-left: 20px;
    background: url(/template/images/ico.png?v=8) no-repeat center left;
    padding-right: 21px;
}



.aboutShareNav a .en {
    font-size: 0.45rem;
    color: #888;
    text-transform: uppercase;
}

.aboutShareNav a span {
    display: block;
}

.aboutShareNav dd:nth-child(2) a {
    background: url(/template/images/aboutIco_02.png?v=8) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(3) a {
    background: url(/template/images/aboutIco_03.png?v=8) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(4) a {
    background: url(/template/images/aboutIco_04.png?v=8) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.fengCai .content {
    padding-top: 50px;
}

.fengCai .content .dl_1.clear .sub_left {
    width: 263px;
}

.fengCai .content .dl_1.clear .sub_left a {
    display: block;
    min-height: 150px;
    color: #0057b0;
    padding-left: 106px;
    cursor: pointer;
    margin-bottom: 8px;
}

.fengCai .content .dl_1.clear .sub_left a:hover {
    color: #fff;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1) {
    background: url(/template/images/fcTab_01.png?v=8) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2) {
    background: url(/template/images/fcTab_02.png?v=8) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3) {
    background: url(/template/images/fcTab_03.png?v=8) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1):hover {
    background: url(/template/images/fcTabH_01.png?v=8) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2):hover {
    background: url(/template/images/fcTabH_02.png?v=8) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3):hover {
    background: url(/template/images/fcTabH_03.png?v=8) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a .cn {
    display: block;
    font-size: 20px;
    padding-top: 54px;
}

.fengCai .content .dl_1.clear .sub_left a .en {
    font-size: 12px;
    transform: scale(0.5);
    text-transform: uppercase;
    transform-origin: 0;
}

.fengCai .content .dl_1.clear .sub_right fcList {
    width: 930px;
    height: 465px;
}

.wenTi .title .en {
    font-size: 17px;
    text-transform: uppercase;
    color: #ffcb35;
    letter-spacing: 2px;
}

.wenTi .content .sub_left {
    text-align: right;
    width: 520px;
}

.wenTi .content .sub_right {
    width: 520px;
    padding-top: 4px;
    line-height: 52px;
}

.wenTi .content .sub_left .s1 {
    padding-right: 42px;
}

.wenTi .content .sub_left .s2 {
    padding-right: 58px;
}

.wenTi .content .sub_left .s3 {
    padding-right: 55px;
}

.wenTi .content .sub_right .s4 {
    padding-left: 47px;
}

.wenTi .content .sub_right .s5 {
    padding-left: 62px;
}

.wenTi .content .sub_right .s6 {
    padding-left: 62px;
}

.shareTitle .cn .sBox {
    display: inline-block;
    border-bottom: 1px dashed #87cde0;
    padding: 0 10px;
    padding-bottom: 5px;
}

.pro .content {
    padding-top: 58px;
}

.pro .content .ul_1 {
    line-height: 48px;
    font-size: 15px;
    margin-bottom: 2px;
}

.pro .center .content .ul_1 .left {
    width: 245px;
}

.pro .center .content .ul_1 .right {
    width: 907px;
}

.pro .content .ul_1 .right .rBox a {
    width: 108px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 12px;
    border-radius: 3px;
    background: url(/template/images/ico2.png?v=8) no-repeat center left;
    background-position-x: 15px;
    text-indent: 33px;
    margin-bottom: 7px;
}

.pro .content .ul_1 .right .rBox a.last {
    background: url(/template/images/ico2H.png?v=8) no-repeat center left;
    background-position-x: 15px;
    color: #f77547;
}

.pro .content .ul_1 .right .rBox a:nth-child(10) {
    margin-right: 0;
}

.pro .content .ul_1 .right .rBox a:hover {
    border: 1px solid #faa384;
    font-weight: bold;
    color: #f55319;
    background: url(/template/images/ico2H.png?v=8) no-repeat center left;
    background-position-x: 15px;
    -moz-box-shadow: 0 0 5px #ffb094;
    -webkit-box-shadow: 0 0 5px #ffb094;
    box-shadow: 0 0 5px #ffb094;
}

.shareProBox .item {
    float: left;
    width: 279px;
    margin-right: 28px;
    margin-bottom: 46px;
    text-align: center;
    background: #fff;
    min-height: 306px;
    padding: 9px;
    border: 1px solid #eee;
}

.shareProBox .item:hover {
    border: 1px solid #87ced5;
}

.shareProBox .item:nth-child(3), .shareProBox .item:nth-child(6), .shareProBox .item:nth-child(9), .shareProBox .item:nth-child(12), .shareProBox .item:nth-child(15), .shareProBox .item:nth-child(18) {
    margin-right: 0;
}

.shareProBox .item .hdBox {
    width: 279px;
    height: 279px;
    overflow: hidden;
}

.shareProBox .item img {
    width: 279px;
    height: 279px;
    display: block;
    cursor: pointer;
}



.shareProBox .item .proName {
    display: block;
    line-height: 180%;
    font-size: 17px;
    color: #444;
    padding-top: 10px;
    padding-bottom: 2px;
}

.shareProBox .item:hover a .proName {
    color: #018793;
    font-weight: bold;
}

.iFangAn .content .line_1 li {
    float: left;
    width: 215px;
    margin-right: 2px;
    margin-bottom: 2px;
    background-color: rgba(11,145,182,0.1);
}

.iFangAn .content .line_1 li:hover {
    background-color: #ffd920;
}

.iFangAn .content .line_1 a {
    line-height: 75px;
    font-size: 17px;
    font-weight: bold;
    text-indent: 33px;
}

.iFangAn .content .line_1 li:nth-child(6),.iFangAn .content .line_1 li:nth-child(12),.iFangAn .content .line_1 li:nth-child(18) {
    margin-right: 0;
}

.iFangAn .content .line_2 .sub_left img {
    display: block;
}

.iFangAn .content .line_2 .sub_right dd {
    float: left;
}

.iFangAn .content .line_2 .sub_right .l_1 {
    width: 93px;
    border-right: 1px solid #000;
    min-height: 101px;
}

.iFangAn .content .line_2 .sub_right .l_2 {
    font-size: 18px;
    width: 500px;
    padding-left: 30px;
}

.iFangAn .content .line_2 .sub_right .l_2 .s1 {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 20px;
}

.iFangAn .content .line_2 .sub_right .l_2 .s2 {
    line-height: 180%;
}

.iFangAn .content .line_2 .sub_right dl {
    padding: 26px;
    min-height: 101px;
}

.iFangAn .content .line_2 .sub_right .dl_3,.iFangAn .content .line_2 .sub_right .dl_5 {
    background-color: #f1f1f1;
}

.iFangAn .content .line_2 .sub_right .dl_4 {
    background-color: #fff;
}

.iFangAn .content .line_2 .sub_right .dl_3 .l_1 {
    background: url(/template/images/f_ico_01.png?v=8) no-repeat center left;
    background-position-x: 17px;
}

.iFangAn .content .line_2 .sub_right {
    position: relative;
}

.iFangAn .content .line_2 .sub_right .dl_4 .l_1 {
    background: url(/template/images/f_ico_02.png?v=8) no-repeat center left;
    background-position-x: 17px;
}

.iFangAn .content .line_2 .sub_right .dl_5 .l_1 {
    background: url(/template/images/f_ico_03.png?v=8) no-repeat center left;
    background-position-x: 17px;
}

.iFangAn .content .line_2 .sub_right .sRbox {
    position: relative;
    z-index: 30;
    padding-left: 19px;
    margin-left: -19px;
}

.iFangAn .content .line_2 .sub_right .sRbox:hover {
    background: url(/template/images/jiao10.png?v=8) no-repeat center left;
}

.iFangAn .content .line_2 .sub_right .sRbox:hover dl {
    background-color: #ffd728;
}

.iFangAn .content .line_2 .sub_right .sRbox:hover .l_1 {
    border-right: 1px solid #e3be1a;
}

.f_feedback .left .one {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    text-indent: 48px;
}

.f_feedback .left .two {
    font-size: 21px;
    text-align: center;
    padding-top: 5px;
    line-height: 180%;
}

.f_feedback .left .three {
    padding-top: 23px;
    padding-left: 61px;
}

.f_nav {
    position: relative;
    min-height: 144px;
    padding-top: 39px;
}

.f_nav .box {
    position: absolute;
    width: 1300px;
    padding-top: 2px;
}

.f_nav a {
    text-decoration: none;
    text-align: center;
    color: #000;
    line-height: 130%;
    letter-spacing: 1px;
    min-height: 131px;
    display: block;
}

.f_nav a span {
    display: block;
}

.f_nav a .en {
    margin: 0;
    padding: 0;
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.85);
    letter-spacing: 0;
}

.f_nav li:nth-child(1) a {
    width: 127px;
    background: url(/template/images/nav_01.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(2) a {
    width: 197px;
    background: url(/template/images/nav_02.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(3) a {
    width: 178px;
    background: url(/template/images/nav_03.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(4) a {
    width: 189px;
    background: url(/template/images/nav_04.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(5) a {
    width: 169px;
    background: url(/template/images/nav_05.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(6) a {
    width: 158px;
    background: url(/template/images/nav_06.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(7) a {
    width: 152px;
    background: url(/template/images/nav_07.png?v=8) no-repeat center top;
    background-position-y: 16px;

}

.f_nav li:nth-child(8) a {
    width: 130px;
    background: url(/template/images/nav_08.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav a:hover .en {
}

.f_nav a .cn {
    font-size: 18px;
    padding-top: 62px;
}

.f_nav li {
    float: left;
    background: url(/template/images/navLine.png?v=8) no-repeat center right;
    background-position-y: 57px;
}

.typeNav_2 .sContent .smallNav a h4 {
    margin: 0;
    padding: 0;
}

.proShareBox .sTitle {
    text-align: center;
    min-height: 91px;
    background: url(/template/images/qy.png?v=8) no-repeat center top;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 48px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px #555;
    text-indent: 11px;
}

.pro_shareTitle.t_2 {
    min-height: 46px;
    text-indent: 25px;
    line-height: 39px;
}

.proShareBox.r_3 {
}

.proShareBox.r_4 .pro_shareTxt,.proShareBox.r_4 .pro_shareTxt p,.proShareBox.r_4 .pro_shareTxt span {
    font-size: 0.7rem !important;
}

.proShareBox.r_4 .pro_shareTxt table {
    background: none !important;
    border-collapse: collapse;
    width: 100%;
}

.pro_shareTitle.t_5 {
    background: url(/template/images/proTitle5.png?v=8) no-repeat center top;
    min-height: 46px;
    text-indent: 90px;
    margin-bottom: 5px;
}

.pro_shareTitle.t_6 {
    background: url(/template/images/proTitle6.png?v=8) no-repeat center top;
    min-height: 46px;
    text-indent: 104px;
    margin-bottom: 5px;
}

.pro_shareTitle.t_6 .smallTxt {
    text-indent: 0;
    font-size: 17px;
    color: #666;
    font-weight: normal;
    padding-top: 18px;
}

.rTitleBox {
    background: url(/template/images/newTitleBj.png?v=8) repeat-y;
    padding: 15px 30px;
    border: 1px solid;
    border-image: -webkit-linear-gradient(#f1bc55, #fff799) 30 30;
    border-image: -moz-linear-gradient(#f1bc55, #fff799) 30 30;
    border-image: linear-gradient(#f1bc55, #fff799) 30 30;
    margin-bottom: 30px;
}

.newShareList {
}

.newShareList .item {
    padding: 26px;
    background: #fff;
    -moz-box-shadow: 1px 1px 8px #ddd;
    -webkit-box-shadow: 1px 1px 8px #ddd;
    box-shadow: 1px 1px 8px #ddd;
    margin-bottom: 30px;
}

.newShareList .item .line_1 {
}

.newShareList .item .line_1 .one {
}

.newShareList .item .line_1 .one img {
    display: block;
}

.newShareList .item .line_1 .two {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    padding-top: 6px;
}

.newShareList .item .line_1 .two a {
    color: #0b91b6;

    display: block;
}

.newShareList .item .line_1 .three {
    font-size: 17px;
    line-height: 190%;
}

.newShareList .item .line_1 .four {
    text-align: right;
    position: relative;
    top: -25px;
}

.newShareList .item .line_1 .four a {
    display: inline-block;
    line-height: 33px;
    font-size: 16px;
    border-radius: 50px;
    width: 150px;
    text-align: center;
    background-color: #0c90b6;
    font-weight: bold;
    color: #fff;
}

.newShareList .item .line_1 .four a:nth-child(1) {
    margin-right: 11px;
    background: url(/template/images/btBj.png?v=8) no-repeat center;
    background-size: 110% 100%;
}

.newShareList .item .line_2 {
}

.newShareList .item .line_2 .subTitle {
    font-size: 20px;
    margin-bottom: 15px;
    padding-top: 12px;
}

.xgProBox {
}

.xgProBox dd {

    float: left;
    width: 287px;

    margin-right: 17px;
}

.xgProBox dd .s1 {
}

.xgProBox dd .s1 img {
    padding: 6px;
    border: 1px solid #eee;
    background: #fff;
}

.xgProBox dd:nth-child(3) {
    margin-right: 0;
}

.xgProBox dd .s2 {
    font-size: 17px;
    text-align: center;
    line-height: 38px;
    padding-bottom: 8px;
}

.xgProBox dd .s3 {
}

.xgProBox dd .s3 a {
    display: inline-block;
    width: 138px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    background-color: #0c90b6;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.xgProBox dd .s3 a:nth-child(1) {
    background: url(/template/images/btBj.png?v=8) no-repeat center;
    margin-right: 6px;
}

.newShareList.caseShareList {
}

.newShareList.caseShareList .item .line_1 .sub_left {
    width: 407px;
}

.newShareList.caseShareList .item .line_1 .sub_right {
    width: 460px;
}

.newShareList.caseShareList .item .line_1 .two {
    padding-top: 0;
    padding-bottom: 3px;
    font-size: 22px;
    letter-spacing: 1px;
}

.newShareList.caseShareList .item .line_1 .two a {
    line-height: 38px;
}

.newShareList.caseShareList .item .line_1 .four {
    top: 0;
    padding-top: 20px;
    line-height: 33px;
    color: #aaa;
    font-size: 16px;
}

.newShareList.caseShareList .item .line_1 .three {
    min-height: 190px;
}

.newShareList.caseShareList .item .line_1 .four a {
    width: 130px;
}

.newShareList.caseShareList .item .line_1 {
    margin-bottom: 13px;
}


.share_xg .xgProBox {
}

.share_xg .xgProBox dd {
    margin-right: 28px;
}


.noPro {
    padding: 10px 20px;
    min-height: 334px;
    font-size: 19px;
    font-weight: bold;
    line-height: 200%;
}

.noPro .line_1 {
    padding-bottom: 50px;
}

.noPro .line_2 {
    color: #19417f;
}

.pageDH a:hover {
    color: #047674;
}

.shareTitle .cn img {
    width: 100%;
    max-width: 80%;
}

.typeNav {
    background: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.left_Title {
    text-align: center;
    width: 100%;
    max-width: 100%;
    background: url(/template/images/proTitle.jpg?v=8) repeat-x center top;
    background-size: auto 100%;
    letter-spacing: 0.1rem;
}

.typeNav .sContent {
    background: #fff;
    border-left: 0.05rem solid #fccc44;
}

.typeNav .sContent .smallNav {
    width: 100%;
    max-width: 50%;
    float: left;
    line-height: 2rem;
    background-color: #fff;
}

.typeNav .sContent .smallNav a:hover, .typeNav .sContent .smallNav a.currentNav {
    font-weight: bold;
    color: #12a09d;
    margin: 0;
}

.typeNav .sContent .subBox li:last-child a:hover, .typeNav .sContent .subBox li:last-child a.currentNav {
    font-weight: bold;
    border: 0;
}

.typeNav .sContent .smallNav a:hover h4, .typeNav .sContent .smallNav a.currentNav h4 {
    font-weight: bold;
}

.typeNav .sContent .smallNav.last {
    background: none !important;
}

.typeNav .sContent .smallNav.last a {
    color: #1a52a4 !important;
}

.typeNav .sContent .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #0c70bb;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeNav .sContent .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeNav .sContent .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.typeNav .sContent .subBox li:last-child {
}

.typeNav .sContent .subBox li:last-child a {
    background: none !important;
    text-align: center;
    padding-left: 0;
}

.typeNav .sContent .smallNav a {
    display: block;
    font-size: 0.65rem;
    color: #000;
    border: 0.05rem solid #fccc44;
    border-top: 0;
    padding-left: 31%;
    border-left: 0;
    background-position-x: 9% !important;
    background-size: 1.5rem auto !important;
}

.left_Title .cn {
    font-size: 1.1rem;
    font-weight: bold;
}

.left_Title .en {
    font-size: 0.5rem;
    text-transform: uppercase;
}

.left_Title .box {
    padding: 0.6rem 0;
}

.xgCase .xgTitle {
    font-size: 21px;
    font-weight: bold;
    padding-left: 35px;
    background: url(/template/images/xgIco.png?v=8) no-repeat center left;
    line-height: 50px;
    border-bottom: 2px solid #daa25a;
}

.xgCase .xgList {
    padding-top: 9px;
    color: #888;
}

.xgCase .xgList li {
    float: left;
    width: 45%;
    border-bottom: 1px dashed #ccc;
    line-height: 45px;
    padding-right: 5%;
}

.xgCase .xgList li .sub_left {
    padding-left: 3%;
    background: url(/template/images/bot3.png?v=8) no-repeat center left;
    background-size: 3px auto;
    width: 70%;
}

.xgCase .xgList li .sub_right {
}

.xgCase .xgList li .sub_left a:hover {
    color: #01918e;
}

.inBody .search input[type="text"] {
    width: 260px;
}

.pro_shareTitle .cn {
    font-size: 0.8rem;
    font-weight: bold;
}

.pro_shareTitle .en {
    font-size: 0.5rem;
}

.proShareBox .sub_left {
}

.proShareBox .sub_right {
    /* padding-top: 0.5rem; */
}

.proShareBox.r_4 p {
    padding: 0 !important;
    background: none !important;
    padding-bottom: 0.3rem !important;
}

.proShareBox.r_4 .pro_shareTxt tr:first-child {
    background: #f3fafa !important;
}

.proShareBox.r_4 .pro_shareTxt td,.proShareBox.r_4 .pro_shareTxt td p,.proShareBox.r_4 .pro_shareTxt td span {
    font-size: 0.65rem !important;
}

.proShareBox.r_4 .pro_bq {
}

.proShareBox.r_4 .pro_bq p {
    padding: 0 !important;
    margin: 0 !important;
}

.proShareBox.r_4 .pro_bq table {}

.proShareBox.r_4 .pro_bq td {display: block;}

.proShareBox.r_4 .pro_bq table,.proShareBox.r_4 .pro_bq td {
    border: 0 !important;
}

.proShareBox.r_4 .pro_bq, .proShareBox.r_4 .pro_bq p, .proShareBox.r_4 .pro_bq span {
    color: #666 !important;
    font-size: 0.53rem !important;
    line-height: 180% !important;
}

.proShareBox.r_4 .pro_bq td:last-child {
    /* text-align: right; */
}

.inBody {
}

.typeNew {
}

.typeNew .left_Title {
    width: 348px;
}





.prev_next li {
    line-height: 2rem;
    background: #f6f6f6;
    padding: 0 3%;
    margin-bottom: 0.3rem;
}





.caseShow .right .sTitle .sub_left {
    padding: 0;
    background: none;
    line-height: 170%;
}

.caseShow {
}




.caseShow .right .newBox .line_2 .subTitle {
    text-indent: 8rem;
    color: #666;
    background: url(/template/images/line5.png?v=8) no-repeat center left;
    background-position-x: 48%;
    padding: 0.6rem 0;
}

.caseShow .right .newBox .line_2 h1 {
    margin-bottom: 18px;
}

.caseShow .right .newBox {
}

.caseShow .right .newBox .line_3 {
    background: url(/template/images/sy.png?v=8) repeat-y center top;
    background-size: 90% auto;
}



.caseShow .typeNew .left_Title {
    width: 368px;
}



.caseShow .right .newBox .line_3 img {
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.aboutShareNav dd:nth-child(1) a {
    background: url(/template/images/aboutIco_01.png?v=8) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(1) a:hover {
    background: url(/template/images/aboutIcoH_01.png?v=8) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(2) a:hover {
    background: url(/template/images/aboutIcoH_02.png?v=8) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(3) a:hover {
    background: url(/template/images/aboutIcoH_03.png?v=8) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(4) a:hover {
    background: url(/template/images/aboutIcoH_04.png?v=8) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:last-child {
    margin-right: 0;
}

.aboutShareNav a .cn {
}

.aboutShareNav a:hover .cn {
    font-weight: bold;
}


.aboutShareNav dd a:hover {
    border-bottom: 0.1rem solid #029593;
}


.about .content .sBox .three {
    text-align: center;
    padding: 0.5rem 0;
    color: #333;
}

.about .content .sBox .three dd {
    border-radius: 5rem;
    border: 0.05rem dashed #0a8583;
    text-align: center;
    padding: 0.3rem 0;
    margin-right: 2.48%;
    line-height: 130%;
    width: 100%;
    max-width: 31%;
    float: left;
}

.about .content .sBox .three dd .s1 {
    font-size: 1rem;
    font-family: Impact;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.8rem;
}

.about .content .sBox .three dd .s2 {font-size: 0.5rem;}

.about .content .sBox .three dd span {
    font-weight: bold;
}

.about .content .sBox .three dd:last-child {
    margin: 0;
}

.about .content .sBox .three dd:nth-child(1) .s1 {
    background: url(/template/images/slIco_01.png?v=8) no-repeat center left;
    -webkit-background-size: 0.6rem auto;
    background-size: 0.6rem auto;
}

.about .content .sBox .three dd:nth-child(2) .s1 {
    background: url(/template/images/slIco_02.png?v=8) no-repeat center left;
    -webkit-background-size: 0.6rem auto;
    background-size: 0.6rem auto;
}

.about .content .sBox .three dd:nth-child(3) .s1 {
    background: url(/template/images/slIco_03.png?v=8) no-repeat center left;
    -webkit-background-size: 0.6rem auto;
    background-size: 0.6rem auto;
}


.noPage .center .txt_2 .sub_left {
    text-indent: 98px;
}

.top {
}

.t_bigBox {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 50;
}

.t_wel {
    display: none;
}

.t_box {
}

.t_logo {
    padding-bottom: 1.1rem;
    padding-top: 0.63rem;
    background: url(/template/images/topBj2.png?v=8) repeat-x center bottom;
    background-size: cover;
    position: relative;
    z-index: 100;
    border-top: 0.15rem solid #eee;
}

.t_logo .ul_1 {
}

.t_logo .left {
    color: #010101;
    width: 100%;
    max-width: 100%;
    background: url(/wap/images/topBj.png?v=8) no-repeat center;
    background-size: cover;
}

.t_logo .left h3 {
    float: left;
    width: 33%;
    max-width: 30%;
    padding-left: 1.5%;
    padding-top: 0.05rem;
}

.t_logo .left h3 img {
    width: 100%;
    max-width: 100%;
}

.t_logo .left .txt {
    background: url(/template/images/line.png?v=8) no-repeat center left;
    color: #111;
    float: left;
    width: 76%;
    max-width: 49%;
    line-height: 120%;
    font-weight: bold;
    padding-left: 3%;
    margin-left: 3%;
    padding-top: 0.15rem;
}

.t_logo .left .txt .one {
    font-size: 0.8rem;
    padding-bottom: 0.1rem;
    color: #047674;
}

.t_logo .left .txt .two {
    font-size: 0.6rem;
    color: #333;
}

.t_logo .right {
    display: none;
}

.t_logo .menunavbtn {
    float: right;
    width: 76%;
    max-width: 9.5%;
    padding-right: 2%;
    padding-top: 0.3rem;
}

.t_nav {
    display: none;
    width: 80%;
    max-width: 55%;
    position: absolute;
    right: 0;
    z-index: 300;
    top: 3rem;
    background: #fff;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
}

.t_nav .box {
    background: #006d6b;
}

.t_nav a {
    text-decoration: none;
    display: block;
    line-height: 123%;
    font-size: 0.8rem;
    width: 100%;
    max-width: 100%;
    border-bottom: 0.05rem dotted #2e98a2;

    background: none !important;
    text-align: center;
    padding-bottom: 0.25rem;
    padding-top: 0.55rem;
    color: #fff;
}

.t_nav a span {
    display: block;
}

.t_nav a .cn {
    font-weight: bold;
}

.t_nav a .en {
    font-size: 0.38rem;
    text-transform: uppercase;
}

.t_nav a:hover {
    background: #fcb503 !important;
    color: #111;
}

.t_search .t_searchUL .right span {
    display: none;
}

.iPro {
    padding-top: 1.5rem;
    background: url(/template/images/iPro.jpg?v=8) no-repeat center top;
    background-size: cover;
    padding-bottom: 0.3rem;
}

.iPro .shareTitle {
}

.iPro .shareTitle .cn img {
    width: 100%;
    max-width: 86%;
}

.iPro .content {
    padding-top: 0.5rem;
}

.iPro .sTitle {
    padding-top: 1rem;
}

.iPro .sTitle dd {
    float: left;
    width: 100%;
    max-width: 50%;
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
    min-height: 3.2rem;
    background: url(/template/images/tab.png?v=8) center top no-repeat;
    background-size: 100% auto;
    margin-bottom: 0.5rem;
    background-size: auto 100% !important;
}

.iPro .sTitle dd a {
    display: block;
    padding-top: 1.9rem;
    background-size: auto 1.6rem !important;
    background-position-y: 0.3rem !important;
}

.iPro .sTitle .HCss {
    background: url(/template/images/tab_hover.png?v=8) center top no-repeat;
    background-size: 100% auto;
}

.iPro .sTitle .HCss a {
    color: #fff;
}

.iPro .content .list {
}

.iPro .content .list .sub_left {
    width: 100%;
    max-width: 100%;
}

.iPro .content .list .sub_right {
    width: 100%;
    max-width: 100%;
    padding-top: 0.3rem;
    font-size: 0.6rem;
}

.iPro .content .list .sub_left img {
    width: 100%;
    max-width: 100%;
    height: 16rem;
    vertical-align: middle;
}

.iPro .content .list .sub_right tr {
}

.iPro .content .list .sub_right tr:first-child {
    background: url(/template/images/line2.png?v=8) repeat-x center left;
    line-height: 2rem;
}

.iPro .content .list .sub_right tr:last-child {
}

.iPro .content .list .sub_right table {
    border-collapse: collapse;
    text-align: center;
    line-height: 180%;
}

.iPro .content .list .sub_right table,.iPro .content .list .sub_right td, .iPro .content .list .sub_right th {
    border: 0.05rem solid #ddd;
}

.iPro .content .list .sub_right td {
    padding: 0.3rem;
}

.iPro .content .list .sub_right tr:first-child th:nth-child(1) {
    width: 19%;
    max-width: 19%;
}

.iPro .content .list .sub_right tr:first-child th:nth-child(2) {
    width: 26%;
    max-width: 26%;
}

.iPro .content .list .sub_right tr:first-child th:nth-child(3) {
    width: 18%;
    max-width: 18%;
}

.iPro .content .list .sub_right tr:first-child th:nth-child(4) {
}

.iPro .content .list .sub_right tr:last-child td a {
    color: #be0b12;
    display: block;
    line-height: 1.5rem;
}

.iPro .content .list dl {
    background: #fff;
}

.iPro .mainBox {
    padding-bottom: 0.5rem;
    background: url(/template/images/iProYY.png?v=8) no-repeat center bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.youShi {
    padding: 1.5rem 0;
    background: url(/template/images/iYS.jpg?v=8) no-repeat center top;
    /* -webkit-background-size: cover; */
    /* background-size: cover; */
    padding-bottom: 2rem;
}

.youShi .content {
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
}

.youShi .content .lineBox {
    padding: 1rem 0;
    background: url(/template/images/line3.png?v=8) no-repeat center bottom;
    padding-bottom: 1.5rem;
}

.youShi .content .one {
    padding-left: 12%;
    background: url(/template/images/num_01.png?v=8) no-repeat center left;
    -webkit-background-size: 1.5rem auto !important;
    background-size: 1.5rem auto !important;
    padding-top: 0.1rem;
}

.youShi .content .two {
    color: #1e1e1e;
    padding-top: 0.3rem;
    line-height: 200%;
    font-size: 0.65rem;
}

.youShi .content .line_1 .box_1 {
}

.youShi .content .line_2 .box_2 {
    position: relative;
}

.youShi .content .line_2 .box_2 .one {
    background: url(/template/images/num_02.png?v=8) no-repeat center left;
}

.youShi .content .line_2 .box_2 .two {
}

.youShi .content .line_2 {
}

.youShi .content .line_3 {
}

.youShi .content .line_3 .box_3 {
}

.youShi .content .line_3 .box_3 .one {
    background: url(/template/images/num_03.png?v=8) no-repeat center left;
}

.youShi .content .line_3 .box_3 .two {
}

.youShi .content .line_4 .box_4 {
    position: relative;
}

.youShi .content .line_4 {
}

.youShi .content .line_4 .box_4 .one {
    background: url(/template/images/num_04.png?v=8) no-repeat center left;
}

.youShi .content .line_4 .box_4 .two {
}

.youShi .content .en {
    font-size: 0.5rem;
    color: #ccc;
    text-transform: uppercase;
}

.youShi .content .cn {
    font-size: 0.8rem;
}

.youShi .content .cn span {
    font-weight: bold;
}

.youShi .content .shiLi {
    font-weight: bold;
    line-height: 1.5rem;
    padding-top: 0.3rem;
    font-size: 0.6rem;
}

.youShi .content .shiLi dd {
    float: left;
    padding-left: 8%;
    width: 100%;
    max-width: 32%;
    margin-right: 0.3rem;
    background: url(/template/images/kuang_01.png?v=8) no-repeat center left;
    -webkit-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.youShi .content .shiLi span {
    font-size: 0.8rem;
}

.youShi .content .shiLi dd p {
    margin: 0;
    color: #1BAB32;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#00cac6), to(#02615f));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.youShi .content .shiLi dd:nth-child(2) {
    padding-left: 9.1%;
    background: url(/template/images/kuang_02.png?v=8) no-repeat center left;
}

.youShi .content .link {
    padding-top: 0.3rem;
    line-height: 1.5rem;
}

.youShi .content .link a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 0 0.5rem;
    border-radius: 3rem;
    border: 0.05rem solid #facd89;
    background: url(/template/images/bt.png?v=8) repeat-x center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.youShi .content .line_2 .box_2 .sub_right {
    position: absolute;
    top: 0;
}

.youShi .content .line_2 .shiLi {
}

.youShi .content .line_2 .shiLi dd {
    background: url(/template/images/kuang_03.png?v=8) no-repeat center left;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    width: 100%;
    max-width: 80%;
    padding-left: 9.3%;
}

.youShi .content .two dd {
    padding: 0.1rem 0;
}

.youShi .content img {
    vertical-align: middle;
    border-radius: 1.3rem;
    -moz-box-shadow: 1px 3px 8px #ddd;
    -webkit-box-shadow: 1px 3px 8px #ddd;
    box-shadow: 1px 3px 8px #ddd;
}

.youShi .content .line_3 .sub_left {
}

.youShi .content .line_3 .shiLi {
}

.youShi .content .line_3 .shiLi dd {
    background: url(/template/images/kuang_04.png?v=8) no-repeat center left;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    width: 100%;
    max-width: 80%;
    padding-left: 9.3%;
}

.youShi .content .line_4 .sub_right {
    position: absolute;
    top: 0;

}

.youShi .content .line_4 .shiLi {
}

.youShi .content .line_4 .shiLi dd {
    background: url(/template/images/kuang_05.png?v=8) no-repeat center left;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    padding-left: 9.3%;
    width: 100%;
    max-width: 80%;
}

.youShi .content .lineBox:last-child {
    background: none;
    padding-bottom: 0;
}

.youShi .content .line_1 .sub_right,.youShi .content .line_3 .sub_right {
    padding-top: 1rem;
}

.videoShow {
    min-height: 8rem !important;
    height: 8rem !important;
    background-size: 23% auto!important;
}

.videoShow img {
    height: 8rem;
}

.videoShow video, .videoShow source, .videoShow object, .videoShow iframe {
    height: 100%;
}

.youShi .content .line_2 .box_2 .sub_left {
    padding-top: 15.2rem;
}

.youShi .content .line_4 .sub_left {
    padding-top: 12.8rem;
}

.about {
    background: url(/template/images/aboutBj.jpg?v=8) no-repeat center top;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    padding-top: 3.8rem;
    padding-bottom: 1rem;
}

.about .content {
    padding: 1.3rem 2%;
    background: #fff;
    border-radius: 0.8rem;
    width: 100%;
    max-width: 94%;
    margin: 0 1%;
    padding-bottom: 0.5rem;
}

.about .content .sBox .one, .about .content .sBox .one p, .about .content .sBox .one span {
    font-size: 0.65rem;
    color: #3d3d3d;
    line-height: 210%;
}

.about .content .sBox .one p {
    margin: 0;
    padding: 0.3rem 0;
}

.about .content .sBox {
    padding: 0.5rem 1%;
    text-align: justify;
}

.about .content .sTitle {
    text-align: center;
}

.about .content .sBox .more {
    float: right;
    color: #cf0505;
    border: 0.05rem solid #cf0505;
    padding: 0 0.5rem;
    border-radius: 10rem;
    line-height: 1.3rem;
    font-size: 0.5rem;
}

.about .content .sBox .two {
    text-align: center;
    padding-top: 1rem;
}

.about .content .sBox .one {
    /* padding-bottom: 30px; */
    position: relative;
}

.about .content .sBox .two .picBt {
    border-radius: 1rem;
    height: 8rem !important;
}

.about .shareTitle .cn .sBox {
    border: 0;
}

.about .shareTitle .cn {
    margin-bottom: 0;
}

.about .content .sTitle img {
    width: 100%;
    max-width: 63%;
}

.new {
    padding: 1rem 0;
    background: url(/template/images/bodyBj.jpg?v=8);
    /* -webkit-background-size: cover; */
    /* background-size: cover; */
}

.new .content {
    padding-top: 0.6rem;
}

.new .sTitle {
    padding-top: 1rem;
    text-align: center;
}

.new .sTitle a {
    display: inline-block;
    margin-right: 1.5%;
    padding-left: 7%;
    width: 100%;
    max-width: 23%;
    -webkit-background-size: 1rem auto !important;
    background-size: 1rem auto !important;
}

.new .sTitle a:nth-child(1) {
    background: url(/template/images/newIco_01.png?v=8) no-repeat center left;
    padding-left: 7.5%;
}

.new .sTitle a:nth-child(2) {
    background: url(/template/images/newIco_02.png?v=8) no-repeat center left;
    width: 100%;
    max-width: 19%;
}

.new .sTitle a:nth-child(3) {
    background: url(/template/images/newIco_03.png?v=8) no-repeat center left;
    width: 100%;
    max-width: 28%;
    -webkit-background-size: 0.75rem auto !important;
    background-size: 0.75rem auto !important;
    padding-left: 6%;
    margin-right: 0;
}

.new .sTitle a span {
    display: block;
}

.new .sTitle a .cn {
    font-size: 0.7rem;
    font-weight: bold;
}

.new .sTitle a .en {
    font-size: 0.38rem;
    text-transform: uppercase;
}

.new .sTitle a:nth-child(2) .cn {
}

.new .sTitle .HCss {
    color: #047674;
}

.new .sTitle a:nth-child(1).HCss {
    background: url(/template/images/newIcoH_01.png?v=8) no-repeat center left;
}

.new .sTitle a:nth-child(2).HCss {
    background: url(/template/images/newIcoH_02.png?v=8) no-repeat center left;
}

.new .sTitle a:nth-child(3).HCss {
    background: url(/template/images/newIcoH_03.png?v=8) no-repeat center left;
}

.new .titleBox {
    position: relative;
}

.new .titleBox .more {
    position: absolute;
    right: 0;
    top: 0;
    color: #cf0505;
    font-size: 0.6rem;
    padding-right: 1rem;
    background: url(/template/images/more.png?v=8) no-repeat center right;
    -webkit-background-size: 0.6rem auto;
    background-size: 0.6rem auto;
    display: none;
}

.new .sTitle a .cn font {
    display: none;
}

.new .content .ListBox {
    display: block !important;
}

.new .content .ListBox .picList {
}

.new .content .ListBox .picList li:nth-child(2),.new .content .ListBox .picList li:nth-child(3), .new .content .ListBox .picList li:nth-child(4), .new .content .ListBox .picList li:nth-child(5), .new .content .ListBox .picList li:nth-child(6) {
    display: none;
}

.new .content .ListBox .picList .item {
    padding: 0.3rem 1%;
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    max-width: 97%;
    border: 0.05rem solid #ccc;
    margin-bottom: 0.3rem;
    margin-left: 0.2%;
}

.new .content .ListBox .picList .item .s1 {
    float: left;
    width: 100%;
    max-width: 39%;
    position: relative;
}

.new .content .ListBox .picList .item .sBox {
    float: right;
    width: 100%;
    max-width: 56%;
    padding-right: 2%;
}

.new .content .ListBox .picList .item .s1 .logo {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    width: 2rem;
    padding: 0.1rem 0.3rem;
}

.new .content .ListBox .picList .item .sBox .s2 {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.3rem 0;
}

.new .content .ListBox .picList .item .sBox .s3 {
    line-height: 160%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.6rem;
}

.new .content .ListBox .picList .item .sBox .s4 {
    padding-top: 0.2rem;
    font-size: 0.6rem;
    line-height: 1.1rem;
}

.new .content .ListBox .picList .item .sBox .s4 .sub_left {
    float: left;
}

.new .content .ListBox .picList .item .sBox .s4 .sub_right {
    float: right;
}

.new .content .ListBox .picList .item .s1 .newPic {
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: 5rem;
}

.new .content .ListBox .picList .item .sBox .s4 .sub_right a {
    border: 0.05rem solid #c41f2a;
    border-radius: 3rem;
    display: inline-block;
    padding: 0 0.5rem;
    padding-right: 1.1rem;
    color: #c41f2a;
    background: url(/template/images/more.png?v=8) no-repeat center right;
    background-size: 0.6rem auto;
    background-position-x: 3.2rem;
}

.foot {
}

.f_contact {
    background: url(/template/images/call.jpg?v=8) no-repeat center top;
    -webkit-background-size: 450% auto;
    background-size: 450% auto;
}

.f_contact li {
}

.f_contact .l_1 {
    display: none;
}

.f_contact .l_3 {
    line-height: 1.3rem;
    padding-top: 0.3rem;
}

.f_contact .l_4 {
    text-align: center;
    position: absolute;
    right: 0;
    top: 6rem;
    width: 100%;
    max-width: 30%;
    font-size: 0.55rem;
}

.f_contact .l_4 .s2 {
    padding-top: 0.1rem;
}

.f_contact .l_2 {
}

.f_contact .l_2 .one {
    float: left;
    width: 100%;
    max-width: 36%;
    position: relative;
}

.f_contact .l_2 .two {
    float: right;
    width: 100%;
    max-width: 60%;
    padding-top: 0.1rem;
}

.f_contact .l_2 .two .cn {
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0.08rem;
}

.f_contact .l_2 .two .en {
    font-size: 0.7rem;
    letter-spacing: 0.08rem;
}

.f_contact .l_2 .three {
    padding-left: 1.5rem;
    background: url(/template/images/tel2.png?v=8) no-repeat center left;
    background-size: 1.2rem auto;
}

.f_contact .l_2 .three .s1 {
    font-size: 0.6rem;
}

.f_contact .l_2 .three .s2 {
    font-size: 1rem;
    font-weight: bold;
    color: #047674;
}

.f_contact .l_2 .one h3 {
    margin: 0;
    padding: 0;
}

.f_contact .line_1 {
    text-align: center;
}

.f_contact .line_1 a {
    display: inline-block;
    cursor: pointer;
    width: 5rem;
    max-width: 5rem;
    height: 2rem;
}

.f_contact .line_2 {
    position: relative;
    width: 100%;
    max-width: 96%;
    padding: 0.8rem 2%;
    padding-top: 0.5rem;
}

.f_contact .l_2 .one img {
    padding-right: 2px;
}

.f_contact .l_3 dd {
    padding-left: 1.5rem;
    background-size: 1.3rem auto !important;
    padding-top: 0.1rem;
}

.f_contact .l_3 .s1 {
    background: url(/template/images/callIco_01.png?v=8) no-repeat center left;
}

.f_contact .l_3 .s2 {
    background: url(/template/images/callIco_02.png?v=8) no-repeat center left;
}

.f_contact .l_3 .s3 {
    background: url(/template/images/callIco_03.png?v=8) no-repeat center left;
}

.f_contact .l_3 .s4 {
    background: url(/template/images/callIco_04.png?v=8) no-repeat center left;
}

.f_contact .l_3 .s5 {
    background: url(/template/images/callIco_05.png?v=8) no-repeat center left;
}

.f_contact .l_3 .s6 {
    background: url(/template/images/callIco_06.png?v=8) no-repeat center left;
}

.f_contact .l_4 img {
    vertical-align: middle;
}

.f_contact .l_2 .sBox {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    padding-bottom: 0.6rem;
}

.bq {
    line-height: 180%;
    font-size: 0.6rem;
    background: #1e1e1e;
    color: #fff;
    padding: 0.5rem;
}

.bq a {
    color: #fff !important;
}

.bq span, .bq p {
    color: #fff !important;
    font-size: 0.6rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.bq .right {
    padding-top: 0.3rem;
}

.floating_ck {
    position: fixed;
    bottom: 3.8rem;
    right: 0;
    width: 3rem;
    height: 3.5rem;
    background: url(/template/images/goTop.png?v=8) no-repeat center;
    background-size: auto 100%;
    z-index: 1000;
}

.floating_ck .return {
}

.floating_ck .return span {
    display: block;
    width: 3rem;
    height: 3.5rem;
    text-indent: -99999px;
}

.in_pro {
    padding: 1rem 0;
}

.in_pro .left {
}

.lContact {
    display: none;
}

.xgLeftNew {
    display: none;
}

.in_pro .right {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    padding-top: 1rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.in_pro .right .sTitle {
    position: relative;
}

.in_pro .right .sTitle .sub_left {
    width: 100%;
    max-width: 100%;
}

.in_pro .right .sTitle .sub_right {
    width: 100%;
    max-width: 20%;
    position: absolute;
    top: 0;
    right: 0.3rem;
    text-align: right;
}

.in_pro .right .sTitle .sub_left .one {
    font-size: 0.8rem;
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
    background: url(/template/images/bot5.png?v=8) no-repeat center left;
    -webkit-background-size: 0.8rem auto;
    background-size: 0.7rem auto;
    background-position-x: 1%;
}

.in_pro .right .sTitle .sub_left .two {
    line-height: 1.3rem;
    margin-bottom: 0.3rem;
}

.in_pro .right .sTitle .sub_left .two a {
    border: 0.05rem solid #ccc;
    text-align: center;
    border-radius: 3rem;
}

.in_pro .right .sTitle .sub_left .two a:hover,.in_pro .right .sTitle .sub_left .two a.cNav {
    color: #fff;
    border: 0.05rem solid #12a09d;
    background: #12a09d;
}

.in_pro .right .sTitle .sub_left .two h2 {
    float: left;
    font-weight: normal;
    margin: 0;
    margin-left: 1%;
    margin-bottom: 0.3rem;
    width: 100%;
    max-width: 32%;
    font-size: 0.7rem;
}

.pro_ShareList {
}

.pro_ShareList .ul_1 {
}

.pro_ShareList .item {
    border: 0.05rem solid #eee;
    background: #fff;
    padding: 0.3rem 1%;
    width: 100%;
    max-width: 97.5%;
}

.pro_ShareList .item a {
    color: #000;
}

.pro_ShareList .item .sub_left {
}

.pro_ShareList .item .sub_right {
    padding-top: 0.5rem;
}

.pro_ShareList .item .sub_left img {
    /* height: 5rem; */
}

.pro_ShareList .item .sub_right .one {
    font-size: 0.8rem;
}

.pro_ShareList .item .sub_right .two {
    padding: 0.3rem 0;
    color: #333;
}

.pro_ShareList .item .sub_right .three {
}

.pro_ShareList .item .sub_right .four {
    text-align: center;
    font-size: 0.65rem;
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
}

.pro_ShareList .item .sub_right .two dd {
    padding: 0.3rem 0;
    padding-left: 1rem;
    background: url(/template/images/bot6.png?v=8) no-repeat center left;
    -webkit-background-size: 0.6rem auto;
    background-size: 0.6rem auto;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_ShareList .item .sub_right .three table {
    background: #fffaf1 !important;
    width: 100%;
    max-width: 100%;
}

.pro_ShareList .item .sub_right .three table,.pro_ShareList .item .sub_right .three td {
    border: 0.05rem solid #eee;
}


.pro_ShareList .item .sub_right .three td {
    padding: 0.1rem;
    text-align: center;
}

.pro_ShareList .item .sub_right .three td,.pro_ShareList .item .sub_right .three p,.pro_ShareList .item .sub_right .three span {
    font-size: 0.65rem !important;

    text-indent: 0 !important;
    color: #888 !important;
}

.pro_ShareList .item .sub_right .four a {
    line-height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 3rem;
    width: 100%;
    max-width: 48%;
}

.pro_ShareList .item .sub_right .four a:first-child {
    color: #cf0505;
    border: 0.05rem dotted #cf0505;
}

.pro_ShareList .item .sub_right .four a:last-child {
    color: #ffedad;
    background: url(/template/images/bt3.png?v=8) repeat-x;
    background-size: auto 100%;
    line-height: 1.6rem;
}

.pro_ShareList .sBox {
    background: url(/template/images/yy.png?v=8) no-repeat center bottom;
    background-size: 150% auto;
    padding-bottom: 0.5rem;
    margin-bottom: 0.8rem;
}

.pro_ShareList .item .sub_right .one a:hover {
    color: #c70c17;
}

.pro_ShareList .item .sub_right .four a:first-child:hover {
    background: #cf0505;
    color: #fff;
}

.pro_ShareList .item .sub_right .three td span {
    display: block;
}

.in_pro .xgCase {
    display: none;
}

.pro_ShareList .sBox:last-child {
    margin-bottom: 0.3rem;
}

.in_pro .right .sTitle .sub_right img {
    height: 1.25rem;
}

.in_pro .right .sTitle .sub_left .two h2:nth-child(3),.in_pro .right .sTitle .sub_left .two h2:nth-child(6),.in_pro .right .sTitle .sub_left .two h2:nth-child(9),.in_pro .right .sTitle .sub_left .two h2:nth-child(12),.in_pro .right .sTitle .sub_left .two h2:nth-child(15) {
    margin-right: 0;
}

.proShow {
    padding: 1rem 0;
}

.proShow .left {
}

.proShow .right {
    background-color: #fff;
    padding-top: 1rem;
    width: 100%;
    max-width: 100%;
    /* margin: 0 1%; */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.proShow .right .sTitle {
    padding-bottom: 0.5rem;
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
}

.proShow .right .sTitle .sub_left {
    float: left;
    width: 100%;
    max-width: 76%;
    line-height: 160%;
}

.proShow .right .sTitle .sub_left h1 {
    font-size: 0.8rem;
}

.proShow .right .line_1 {
}

.proShow .right .line_1 .sub_left {
}

.proShow .right .line_1 .sub_right {
    position: relative;
}

.proShow .right .line_1 .sub_left img {
    padding: 0.2rem 1%;
    border: 0.05rem solid #9bcccb;
    vertical-align: middle;
    width: 100%;
    max-width: 97.3%;
}

.proShow .right .line_1 .sub_right .canShu {
    padding-top: 6.5rem;
}

.proShow .right .line_1 .sub_right .zuTu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
}

.proShow .right .line_1 .sub_right .canShu table {
}

.proShow .right .line_1 .sub_right .canShu td {
    line-height: 1.5rem;
}

.proShow .right .line_1 .sub_right .canShu table, .proShow .right .line_1 .sub_right .canShu td {
    border: 0 !important;
}

.proShow .right .line_1 .sub_right .canShu td:nth-child(1) {
    font-weight: bold;
    text-align: right;
    color: #00908d !important;
    background: #f3fafa !important;
    width: 3rem;
    max-width: 3rem;
}

.proShow .right .line_1 .sub_right .canShu td,.proShow .right .line_1 .sub_right .canShu td p,.proShow .right .line_1 .sub_right .canShu td span {
    font-size: 0.6rem !important;
}

.proShow .right .line_1 .sub_right .canShu tr {
    border: 0.05rem solid #82bfbe;
    margin-bottom: 0.3rem;
    display: block;
}

.proShow .right .line_1 .sub_right .canShu td:nth-child(2) {
}

.proShow .right .line_1 {
    padding-bottom: 0.5rem;
}

.proShow .right .line_2 {
    min-height: 5rem;
    padding: 0.5rem 2%;
    font-size: 0.65rem;
    line-height: 180%;
    background: url(/template/images/xnBj.jpg?v=8) no-repeat center top;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    width: 100%;
    max-width: 96%;
    padding-bottom: 0.7rem;
}

.proShow .right .line_2 .sub_left {
}

.proShow .right .line_2 .sub_left .one {
}

.proShow .right .line_2 span {
    font-weight: bold;
}

.proShow .right .line_2 .sub_left .two {
    line-height: 1.3rem;

    padding: 0.6rem 0;
    padding-bottom: 0.8rem;
}

.proShow .right .line_2 .sub_left .two dd {
    float: left;
    font-weight: bold;
    text-align: center;
    border: 0.05rem solid #ccc;
    border-left: 0;
    width: 100%;
    max-width: 20%;
    background: url(/template/images/dd.png?v=8) repeat-x;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.proShow .right .line_2 .sub_left .two dl {
    display: inline-block;
    border-left: 0.05rem solid #82bfbe;
}

.proShow .right .line_2 .sub_right {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    line-height: 1.38rem;
}

.proShow .right .line_2 .sub_right .one {
    font-size: 0.85rem;
    font-weight: bold;
    padding-left: 1rem;
    background: url(/template/images/psIco.png?v=8) no-repeat center left;
    -webkit-background-size: 0.7rem auto;
    background-size: 0.7rem auto;
    float: left;
}

.proShow .right .line_2 .sub_right .two {
    font-size: 0.65rem;
    text-indent: 1.55rem;
    background: url(/template/images/telBj2.png?v=8) no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    float: right;
    width: 100%;
    max-width: 48%;
}

.proShow .right .line_2 .sub_left .two dd span {
    color: #d31f2a;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#a1191b), to(#d31f2a));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.proShow .right .line_3 {
    padding: 0.8rem 0;
    line-height: 1.5rem;
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
    display: none;
}

.proShow .right .line_4 {
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
    padding-top: 1rem;
}

.proShow .right .sTitle img {
    vertical-align: middle;
}

.proShow .right .line_3 img {
    vertical-align: middle;
    width: 100%;
    max-width: 22%;
    margin-right: 0.5rem;
}

.proShow .right .sTitle .sub_right {
    float: right;
    width: 100%;
    max-width: 23%;
}

.proShow .right .line_3 strong {
    display: block;
    padding: 0.3rem 0;
}


.proShareBox.r_4 .pro_shareTxt {
    padding: 0.5rem 0;
}

.proShareBox.r_4 .pro_shareTxt td:nth-child(1) {
    width: 50%;
    max-width: 50%;
}

.inBody .youShi {
    background: url(/template/images/bodyBj.jpg?v=8);
}



.in_new {
    padding: 1rem 0;
    background: url(/template/images/newBj.jpg?v=8) no-repeat center top;
}

.in_new .left {
}

.in_new .right {
    padding-top: 1rem;
}


.in_new .right .sTitle {width: 100%;max-width: 98%;padding: 0 1%;}

.in_new .right .sTitle .sub_left {float: left;}

.in_new .right .sTitle dd {
}

.in_new .right .sTitle dd:nth-child(2) {
}

.in_new .right .sTitle dd:nth-child(2) .one {
    font-size: 0.8rem;
}

.in_new .right .sTitle dd:nth-child(2) .en {
    font-size: 0.33rem;
    text-transform: uppercase;
}

.in_new .right .sTitle .sub_left img {
    height: 1.7rem;
}



.new_ShareList {
    padding-top: 0.5rem;
}

.new_ShareList .sBox {
    padding-bottom: 0.5rem;
    margin-bottom: 0.3rem;
    background: url(/template/images/yy.png?v=8) no-repeat center bottom;
    -webkit-background-size: 150% auto;
    background-size: 150% auto;
}

.new_ShareList .sBox .item {
    border: 0.05rem solid #eee;
    background: #FFF;
    padding: 0.3rem 1%;
    width: 100%;
    max-width: 97%;
    font-size: 0.6rem;
}

.new_ShareList .sBox .item .sub_left {
    float: left;
    width: 100%;
    max-width: 36.5%;
}

.new_ShareList .sBox .item .sub_right {
    float: right;
    width: 100%;
    max-width: 60%;
}

.new_ShareList .sBox .item .sub_left a {
}

.new_ShareList .sBox .item .sub_left a img {
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: 5.5rem;
}

.new_ShareList .sBox .item .sub_right .one {
    font-size: 0.75rem;
    font-weight: bold;
}

.new_ShareList .sBox .item .sub_right .two {
    padding-bottom: 0.1rem;
    line-height: 1.1rem;
}

.new_ShareList .sBox .item .sub_right .three {
    line-height: 150%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.6rem;
}

.new_ShareList .sBox .item .sub_right .four {
    font-size: 0.6rem;
    line-height: 1rem;
    padding-top: 0.2rem;
}

.new_ShareList .sBox .item .sub_right .one .s_left {
    width: 100%;
    max-width: 75%;
    float: left;
}

.new_ShareList .sBox .item .sub_right .one .s_right {width: 100%;max-width: 20%;float: right;}

.new_ShareList .sBox .item .sub_right .one .s_left a {
    color: #000;
    padding-left: 0.9rem;
    display: block;
    background: url(/template/images/nIco_01.png?v=8) no-repeat center left;
    -webkit-background-size: 0.7rem auto;
    background-size: 0.7rem auto;
}

.new_ShareList .sBox .item .sub_right .one .s_right img {
    vertical-align: top;
}

.new_ShareList .sBox .item .sub_right .two dd {
    float: right;
    color: #888;
}




.new_ShareList .sBox .item .sub_right .two dd:nth-child(3) {
    background: url(/template/images/nIco_06.png?v=8) no-repeat center left;
    -webkit-background-size: 0.6rem auto;
    background-size: 0.6rem auto;
    display: none;
}

.new_ShareList .sBox .item .sub_right .four .s_left {
    color: #047674;
    width: 100%;
    max-width: 60%;
    /* padding-left: 0.8rem; */
    background: url(/template/images/nIco_07.png?v=8) no-repeat center left;
    -webkit-background-size: 0.6rem auto;
    background-size: 0.6rem auto;
    background: none;
    float: left;
}

.new_ShareList .sBox .item .sub_right .four .s_right {width: 100%;max-width: 39%;float: right;}

.new_ShareList .sBox .item .sub_right .four .s_right a {
    color: #cf0505;
    border: 0.05rem dotted #cf0505;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 3rem;
    font-size: 0.5rem;
    width: 100%;
    max-width: 100%;
}

.new_ShareList .sBox .item .sub_right .one h3 {
    font-size: 0.75rem;
}

.new_ShareList .sBox .item .sub_right .one .s_left a:hover {
    color: #b10012;
}

.new_ShareList .sBox .item .sub_right .four .s_right a:hover {
    background: #cf0505;
    color: #fff;
}

.in_new .right .sTitle dd:nth-child(1) {
    /* width: 100%; */
    /* max-width: 22%; */
    padding-right: 0.5rem;
}

.new_ShareList .sBox .item .sub_right .two dd span {
    display: none;
}

.new_ShareList .sBox .item .sub_right .two dd:nth-child(2) {
    float: left;
}

.new_ShareList .sBox .item .sub_right .four .s_left span {
    display: none;
}




.xgPro {
    padding-top: 1rem;
    width: 100%;
    max-width: 96%;
    margin: 0 2%;
}

.xgPro .dl_6 {
    padding-top: 0.3rem;
}

.xgPro .dl_6 dd {
    float: left;
    margin-left: 2.5%;
    width: 100%;
    max-width: 48%;
    margin-bottom: 0.3rem;
}

.xgPro .dl_6 dd a img {
    display: block;
    border: 0.05rem solid #eee;
    padding: 0.2rem 2%;
    width: 100%;
    max-width: 96%;
}

.xgPro .sTitle {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.5rem;
    padding-left: 1.3rem;
    background: url(/template/images/xgIco2.png?v=8) no-repeat center left;
    -webkit-background-size: 0.9rem auto;
    background-size: 0.9rem auto;
}

.xgPro .dl_6 dd:nth-child(1),.xgPro .dl_6 dd:nth-child(3) {
    margin-left: 0;
}






.newShow {
    padding: 1rem 0;
    background: url(/template/images/newBj.jpg?v=8) no-repeat center top;
}

.newShow .left {
}

.newShow .right {width: 100%;max-width: 96%;padding: 0 2%;padding-top: 1rem;}

.newShow .ul_1 {
}


.newShow .right .newBox {
    background: #fff;
    border: 0.05rem dashed #ddd;
    padding: 0.8rem 3%;
}

.newShow .right .newBox .Box_2 {
}

.newShow .right .newBox .line_2 {
    text-align: center;
}

.newShow .right .newBox .line_2 h1 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    line-height: 150%;
}

.newShow .right .newBox .line_3 {
    color: #333;
    padding: 0.3rem 0;
    text-align: justify;
    padding-bottom: 0.5rem;
}

.newShow .right .newBox .line_3 img {
    max-width: 100%;
    vertical-align: middle;
    border-radius: 0.3rem;
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 3px 5px #ddd;
}

.newShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.3rem !important;
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 span {
    font-size: 0.65rem !important;
    line-height: 220% !important;
    font-family: Microsoft YaHei !important;
}


.newShow .right .sTitle {
    margin-bottom: 0.5rem;
}

.newShow .right .sTitle .sub_left {
    padding-left: 9%;
    background: url(/template/images/ns_00.png?v=8) no-repeat center left;
    -webkit-background-size: 0.9rem auto;
    background-size: 0.9rem auto;
    width: 100%;
    max-width: 68%;
    float: left;
    line-height: 130%;
    background-position-y: 0.2rem;
}

.newShow .right .sTitle .sub_right {width: 100%;max-width: 18%;float: right;}

.newShow .right .sTitle .sub_left .one {
    font-size: 0.8rem;
}

.newShow .right .sTitle .sub_left .en {
    font-size: 0.33rem;
    text-transform: uppercase;
}

.newShow .right .sTitle .sub_right img {
    vertical-align: top;
}

.newShow .right .newBox .line_3 table {font-size: 0.55rem;}

.newShow .right .newBox .line_3 td {
}

.newShow .right .newBox .line_3 table,
.newShow .right .newBox .line_3 td {
    border: 0 !important;
}

.newShow .right .newBox .line_4 {
    color: #b82025;
    margin-bottom: 0.5rem;
    line-height: 1.5rem;
    padding-left: 0.9rem;
    background: url(/template/images/ns_01.png?v=8) no-repeat center left;
    -webkit-background-size: 0.6rem auto;
    background-size: 0.6rem auto;
}



.xgNew {
    padding-top: 0.5rem;
}

.xgNew .xgTitle {
    font-size: 0.8rem;
    font-weight: bold;
    padding-left: 1.1rem;
    line-height: 1.5rem;
    background: url(/template/images/ns_02.png?v=8) no-repeat center left;
    -webkit-background-size: 0.8rem auto;
    background-size: 0.8rem auto;
    padding-bottom: 0.2rem;
}

.xgNew .xgList {
    padding-top: 0.5rem;
    color: #888;
}

.xgNew .xgList li {
    line-height: 1.5rem;
}

.xgNew .xgList li .sub_left {
    padding-left: 5%;
    background: url(/template/images/sd2.png?v=8) no-repeat center left;
    width: 100%;
    max-width: 73%;
    float: left;
}

.xgNew .xgList li .sub_right {
    font-size: 0.5rem;
    float: right;
}

.xgNew .xgList li .sub_left a:hover {
    color: #01918e;
}

.xgNew .xgList li:nth-child(2),
.xgNew .xgList li:nth-child(4),
.xgNew .xgList li:nth-child(6),
.xgNew .xgList li:nth-child(8) {
    padding-right: 0;
}

.newShow .right .newBox .line_2 .two {
    padding-top: 0.5rem;
    font-size: 0.6rem;
    line-height: 1.5rem;
    text-align: center;
}

.newShow .right .newBox .line_2 .two dd {
    color: #888;
    padding-left: 0.9rem;
    padding-right: 8%;
    display: inline-block;
}

.newShow .right .newBox .line_2 .two dd:nth-child(1) {
    background: url(/template/images/nIco_04.png?v=8) no-repeat center left;
	-webkit-background-size: 0.6rem auto;
	background-size: 0.6rem auto;
}

.newShow .right .newBox .line_2 .two dd:nth-child(2) {
    background: url(/template/images/nIco_05.png?v=8) no-repeat center left;
}

.newShow .right .newBox .line_2 .two dd:nth-child(3) {
    background: url(/template/images/nIco_06.png?v=8) no-repeat center left;
    padding-right: 0;
}

.newShow .right .newBox .line_2 .two dd span {
    display: none;
}






.in_about {
    padding: 1rem 0;
}

.in_about .tabBox {
    border-bottom: 0.05rem solid #eee;
}


.in_about .line_1 {
    padding: 1rem 0;
}

.in_about .line_1 .sub_left {width: 100%;max-width: 98%;padding: 0 1%;}

.in_about .line_1 .sub_right {padding-top: 0.8rem;}

.in_about .line_1 .sub_left .sTitle {
    padding-left: 1.3rem;
    margin-bottom: 0.5rem;
    background: url(/template/images/lxIco_01.png?v=8) no-repeat center left;
    -webkit-background-size: 0.8rem auto;
    background-size: 0.8rem auto;
}

.in_about .line_1 .sub_left .sTitle .s1 {
    font-size: 0.8rem;
    font-weight: bold;
}

.in_about .line_1 .sub_left .sTitle .s2 {
    font-size: 0.5rem;
    text-transform: uppercase;
}

.in_about .line_1 .sub_left .two {
}

.in_about .line_1 .sub_left .two dd {
    line-height: 1.5rem;
    padding-left: 1.1rem;
    border-bottom: 0.05rem dashed #ddd;
}

.in_about .line_1 .sub_left .two dd:nth-child(1) {
    background: url(/template/images/lxIco_02.png?v=8) no-repeat center left;
    -webkit-background-size: 0.8rem auto;
    background-size: 0.8rem auto;
}

.in_about .line_1 .sub_left .two dd:nth-child(2) {
    background: url(/template/images/lxIco_03.png?v=8) no-repeat center left;
    -webkit-background-size: 0.8rem auto;
    background-size: 0.8rem auto;
}

.in_about .line_1 .sub_left .two dd:nth-child(3) {
    background: url(/template/images/lxIco_04.png?v=8) no-repeat center left;
    -webkit-background-size: 0.8rem auto;
    background-size: 0.8rem auto;
}

.in_about .line_1 .sub_left .two dd:nth-child(4) {
    background: url(/template/images/lxIco_05.png?v=8) no-repeat center left;
    -webkit-background-size: 0.8rem auto;
    background-size: 0.8rem auto;
}

.in_about .line_1 .sub_left .two dd:nth-child(5) {
    background: url(/template/images/lxIco_06.png?v=8) no-repeat center left;
    -webkit-background-size: 0.8rem auto;
    background-size: 0.8rem auto;
}

.in_about .line_1 .sub_left .three {
    line-height: 1.5rem;
    font-size: 0.6rem;
    padding-top: 0.5rem;
}

.in_about .line_1 .sub_left .three a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 0.3rem;
    color: #fff;
    margin-right: 1%;
    width: 100%;
    max-width: 48.9%;
}

.in_about .line_1 .sub_left .three a:nth-child(1) {
    background: url(/template/images/link.png?v=8) repeat-x center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.in_about .line_1 .sub_left .three a:nth-child(2) {
    background: #b10012;
    margin-right: 0;
}

.in_about .line_3 {
    padding: 1rem 0;
}

.in_about .line_3 .sContent {
    min-height: 8.3rem;
    background: url(/template/images/wh.png?v=8) no-repeat center top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.in_about .line_3 .shareTitle,.in_about .line_4 .shareTitle {
    margin-bottom: 1rem;
}




.in_about .tabBox .center {
    width: auto !important;
}

.in_about .line_1 .sub_right #dituContent {
    width: 100% !important;
    max-width: 100% !important;
    height: 10rem !important;
}

.in_about .line_3 .shareTitle .cn img,.in_about .line_4 .shareTitle .cn img {
    width: 100%;
    max-width: 68%;
}

.bsBox {
    width: 100% !important;
    max-width: 97% !important;
    margin-left: 0 !important;
    left: 0 !important;
    padding: 0.2rem 1% !important;
}

.bsBox .bsTop {
    width: 100% !important;
    max-width: 100% !important;
}

.bsBox #bsMorePanel {
    width: 100% !important;
    max-width: 100% !important;
}

.bsBox #bsMorePanel .bsPlatDiv {
    padding: 0.5rem !important;
}

.bsBox #bsMorePanel .bsSearchDiv {}

.bsBox #bsMorePanel .bsSearchDiv .bFind-wrapper-top {
    clear: both;
}

.bsBox #bsMorePanel .bsSearchDiv .bFind-wrapper-top .bFind-placeholder {
    width: 100% !important;
    max-width: 8% !important;
}

.bsBox #bsMorePanel .bsSearchDiv .bFind-wrapper-top input#searchBox {
    width: 100% !important;
    max-width: 92% !important;
    margin: 0 !important;
}

#bsWXBox .bsFrameDiv div {
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
}





.otherTag {
    line-height: 180%;
    font-size: 0.65rem;
    /* border: 0.05rem solid #084788; */
    /* border-radius: 0.3rem; */
    /* padding: 0.3rem 2%; */
    margin-bottom: 1rem;
    margin-left: 1%;
    width: 100%;
    max-width: 98%;
    color: #000;
}

.otherTag span {
    font-weight: bold;
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
}

.otherTag a {
    display: inline-block;
    border: 0.05rem solid #ccc;
    border-radius: 3rem;
    padding: 0 0.35rem;
    margin-right: 0.1rem;
    margin-bottom: 0.3rem;
}

.otherTag a:hover {
    border: 0.05rem solid #a51414;
    color: #a51414;
}






.tagList {
    padding-bottom: 2rem;
    color: #000;
}

.tagList .left {float: none;}

.tagList .right {float: none;}

.tagList .left .line_1 {
    width: 100%;
    max-width: 92%;
    line-height: 200%;
    background: url(/template/images/wap_02.jpg?v=8) no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 1rem 4%;
    padding-top: 0.5rem;
}

.tagList .left .line_1 .sub_left {float: none;}

.tagList .left .line_1 .sub_right {
    text-align: center;
    width: 100%;
    max-width: 100%;
    float: none;
}

.tagList .left .line_1 .sub_left .one {
}

.tagList .left .line_1 .sub_left .two {
    padding: 0.5rem 0;
    color: #666;
    line-height: 180%;
}

.tagList .left .line_1 .sub_left .three {
    display: none;
}

.tagList .left .line_1 .sub_left .one h2 {
    font-size: 1.1rem;
    color: #d20101;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a70303));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tagList .left .line_1 .sub_left .three a {
}

.tagList .left .line_1 .sub_left .three .telBox {
}

.tagList .left .line_1 .sub_left .three .telBox .sub_1 {
}

.tagList .left .line_1 .sub_left .three .telBox .sub_2 {
}

.tagList .left .line_1 .sub_right .one {
}

.tagList .left .line_1 .sub_right .one img {
    border-radius: 0.3rem;
    width: 100%;
    max-width: 93%;
    border: 0.5rem solid #fff;
    -moz-box-shadow: 1px 2px 6px #ddd;
    -webkit-box-shadow: 1px 2px 6px #ddd;
    box-shadow: 1px 2px 6px #ddd;
}

.tagList .left .line_1 .sub_left .three a:nth-child(1) {
}

.tagList .left .line_1 .sub_left .three a:nth-child(2) {
}

.tagProList {
    padding-bottom: 0.5rem;
}

.tagProList .tagListBox {

}

.tagProList .tagListBox .item {width: 100%;max-width: 96%;margin-left: 1%;-moz-box-shadow: 1px 2px 3px #ccc;-webkit-box-shadow: 1px 2px 3px #ccc;box-shadow: 1px 2px 5px #ccc;padding: 0.2rem 1%;margin-bottom: 0.5rem;display: inline-block;}

.tagProList .tagListBox .item .sub_left {width: 100%;max-width: 38%;}

.tagProList .tagListBox .item .sub_right {width: 100%;max-width: 58%;}

.tagProList .tagListBox .item .sub_left img {
    width: 100%;
    max-width: 100%;
    height: 5.8rem;
}

.tagProList .tagListBox .item .sub_right .one {padding: 0.2rem 0;}

.tagProList .tagListBox .item .sub_right .two {
    font-size: 0.55rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
    line-height: 160%;
    }

.tagProList .tagListBox .item .sub_right .three {padding: 0.3rem 0;font-size: 0.55rem;color: #666;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.tagProList .tagListBox .item .sub_right .four {
    text-align: right;
}

.tagProList .tagListBox .item .sub_right .two span, .tagProList .tagListBox .item .sub_right .three span {font-weight: bold;}

.tagProList .tagListBox .item .sub_right .four a {color: #fff;display: inline-block;line-height: 1.28rem;text-align: center;vertical-align: middle;background-size: 100% 100% !important;padding: 0 0.5rem;font-size: 0.55rem;border-radius: 3rem;}

.tagProList .tagListBox .item .sub_right .four a:nth-child(1) {background: #c20440;}

.tagProList .tagListBox .item .sub_right .four a:nth-child(2) {background: #243665;}

.tagList .left .line_1 .sub_left .two p {
}

.tagProList .tagListBox .item .sub_right .one h3 {font-size: 0.7rem;}

.tagNav {
    display: none;
}

.tagNav .left_Title {
}

.tagNav .sContent {
}

.tagNav .sContent a {
}

.sjTag {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.sjTag .left_Title {
    color: #fff;
    padding: 0.6rem 0.5rem;
    background: #d88e00;
    background: -webkit-linear-gradient(bottom, #d88e00, #f1b33d);
    background: -o-linear-gradient(top, #d88e00, #f1b33d);
    background: -moz-linear-gradient(top, #d88e00, #f1b33d);
    background: linear-gradient(to top, #d88e00, #f1b33d);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.sjTag .left_Title .cn {
    font-size: 0.9rem;
}

.sjTag .left_Title .en {
}

.sjTag .sContent {
    border: 0.05rem solid #f3d28b;
    font-size: 0.7rem;
    background: url(/template/images/pl_6.png?v=8) no-repeat center bottom;
    background-size: 100% auto;
    display: inline-block;
    width: 100%;
    max-width: 99.5%;
}

.sjTag .sContent a {
    line-height: 50px;
    text-align: center;
    width: 50%;
    border-bottom: 1px dashed #f3d28b;
    float: left;
}

.sjTag .left_Title div {
    display: inline-block;
}

.sjTag .sContent a:hover {
    color: #e20000;
}

.tagList .center {
    text-align: left;
}

.tagProList .tagListBox .item .sub_right .one a {
    color: #000;
}

.tagList .ul_1 {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}